summaryrefslogtreecommitdiff
path: root/gas/version.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/version.c
parenta87b3269340cca83c2197909ade48e28023b9cfd (diff)
downloadbinutils-gdb-3340f7e5fdd11b6c544714500fca870707793fd0.tar.gz
White space and comment changes. #ifdef __STDC__ becomes #if __STDC__
== 1. Get the declarations right in listing.[hc].
Diffstat (limited to 'gas/version.c')
-rw-r--r--gas/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/version.c b/gas/version.c
index aad71a3b0a5..acc2fc4a983 100644
--- a/gas/version.c
+++ b/gas/version.c
@@ -1,4 +1,4 @@
-#if defined(__STDC__) || defined(const)
+#if (__STDC__ == 1) || defined(const)
const
#endif