diff options
author | K. Richard Pixley <rich@cygnus> | 1992-02-15 21:13:03 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-02-15 21:13:03 +0000 |
commit | 3340f7e5fdd11b6c544714500fca870707793fd0 (patch) | |
tree | c8df7d465111ee74f58751a9c604b42060368f44 /gas/version.c | |
parent | a87b3269340cca83c2197909ade48e28023b9cfd (diff) | |
download | binutils-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.c | 2 |
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 |