aboutsummaryrefslogtreecommitdiff
path: root/gas/xrealloc.c
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1992-02-15 21:13:03 +0000
committerK. Richard Pixley <rich@cygnus>1992-02-15 21:13:03 +0000
commit3340f7e5fdd11b6c544714500fca870707793fd0 (patch)
treec8df7d465111ee74f58751a9c604b42060368f44 /gas/xrealloc.c
parenta87b3269340cca83c2197909ade48e28023b9cfd (diff)
downloadfsf-binutils-gdb-3340f7e5fdd11b6c544714500fca870707793fd0.zip
fsf-binutils-gdb-3340f7e5fdd11b6c544714500fca870707793fd0.tar.gz
fsf-binutils-gdb-3340f7e5fdd11b6c544714500fca870707793fd0.tar.bz2
White space and comment changes. #ifdef __STDC__ becomes #if __STDC__
== 1. Get the declarations right in listing.[hc].
Diffstat (limited to 'gas/xrealloc.c')
-rw-r--r--gas/xrealloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/xrealloc.c b/gas/xrealloc.c
index 2d551ed..6c7f460 100644
--- a/gas/xrealloc.c
+++ b/gas/xrealloc.c
@@ -42,7 +42,7 @@
realloc ()
*/
-#ifdef __STDC__
+#if __STDC__ == 1
#include <stdlib.h>
#else
#ifdef USG
@@ -50,7 +50,7 @@
#else
char *realloc ();
#endif /* USG */
-#endif /* __STDC__ */
+#endif /* not __STDC__ */
#define error as_fatal