From a87b3269340cca83c2197909ade48e28023b9cfd Mon Sep 17 00:00:00 2001 From: "K. Richard Pixley" Date: Sat, 15 Feb 1992 21:09:34 +0000 Subject: White space and comment changes, and #ifdef __STDC__ becomes #if __STDC__ == 1. --- gas/config/obj-bout.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gas/config/obj-bout.c') diff --git a/gas/config/obj-bout.c b/gas/config/obj-bout.c index 74cfd45..28d3e74 100644 --- a/gas/config/obj-bout.c +++ b/gas/config/obj-bout.c @@ -53,15 +53,15 @@ const segT N_TYPE_seg [N_TYPE+2] = { /* N_TYPE == 0x1E = 32-2 */ SEG_GOOF, }; -#ifdef __STDC__ +#if __STDC__ == 1 static void obj_bout_stab(int what); static void obj_bout_line(void); static void obj_bout_desc(void); -#else /* __STDC__ */ +#else /* not __STDC__ */ static void obj_bout_desc(); static void obj_bout_stab(); static void obj_bout_line(); -#endif /* __STDC__ */ +#endif /* not __STDC__ */ const pseudo_typeS obj_pseudo_table[] = { /* stabs (aka a.out aka b.out directives for debug symbols) */ -- cgit v1.1