From 3340f7e5fdd11b6c544714500fca870707793fd0 Mon Sep 17 00:00:00 2001 From: "K. Richard Pixley" Date: Sat, 15 Feb 1992 21:13:03 +0000 Subject: White space and comment changes. #ifdef __STDC__ becomes #if __STDC__ == 1. Get the declarations right in listing.[hc]. --- gas/input-scrub.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gas/input-scrub.c') diff --git a/gas/input-scrub.c b/gas/input-scrub.c index a5fcd78..ddd0619 100644 --- a/gas/input-scrub.c +++ b/gas/input-scrub.c @@ -1,5 +1,5 @@ /* input_scrub.c - Break up input buffers into whole numbers of lines. - Copyright (C) 1987, 1990, 1991 Free Software Foundation, Inc. + Copyright (C) 1987, 1990, 1991, 1992 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -105,11 +105,11 @@ struct input_save { char *saved_position; /* Caller's saved position in buf */ }; -#ifdef __STDC__ +#if __STDC__ == 1 static void as_1_char(unsigned int c, FILE *stream); #else /* __STDC__ */ static void as_1_char(); -#endif /* __STDC__ */ +#endif /* not __STDC__ */ /* Push the state of input reading and scrubbing so that we can #include. The return value is a 'void *' (fudged for old compilers) to a save -- cgit v1.1