Commit cf35eebc by Kazu Hirata Committed by Kazu Hirata

* config/h8300/h8300.h: Fix formatting.

From-SVN: r44763
parent 07b2f2fd
2001-08-10 Kazu Hirata <kazu@hxi.com>
* config/h8300/h8300.h: Fix formatting.
2001-08-08 Jason Merrill <jason_merrill@redhat.com>
* c-common.h (RETURN_NULLIFIED_P): Lose.
......
......@@ -1250,7 +1250,8 @@ readonly_data () \
char dstr[30]; \
REAL_VALUE_TO_DECIMAL ((VALUE), "%.20e", dstr); \
fprintf (FILE, "\t.double %s\n", dstr); \
} while (0)
} \
while (0)
/* This is how to output an assembler line defining a `float' constant. */
#define ASM_OUTPUT_FLOAT(FILE, VALUE) \
......@@ -1259,7 +1260,8 @@ readonly_data () \
char dstr[30]; \
REAL_VALUE_TO_DECIMAL ((VALUE), "%.20e", dstr); \
fprintf (FILE, "\t.float %s\n", dstr); \
} while (0)
} \
while (0)
/* This is how to output an assembler line defining an `int' constant. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment