diff options
Diffstat (limited to 'gas/config/obj-bout.h')
-rw-r--r-- | gas/config/obj-bout.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/config/obj-bout.h b/gas/config/obj-bout.h index 07a4118..8138cda 100644 --- a/gas/config/obj-bout.h +++ b/gas/config/obj-bout.h @@ -297,12 +297,12 @@ typedef struct { #define OBJ_EMIT_LINENO(a, b, c) {;} #define obj_pre_write_hook(a) {;} -#ifdef __STDC__ +#if __STDC__ struct fix; void tc_aout_fix_to_chars(char *where, struct fix *fixP, relax_addressT segment_address); -#else +#else /* not __STDC__ */ void tc_aout_fix_to_chars(); -#endif /* __STDC__ */ +#endif /* not __STDC__ */ /* * Local Variables: |