aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-ns32k.h
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1992-02-15 21:09:34 +0000
committerK. Richard Pixley <rich@cygnus>1992-02-15 21:09:34 +0000
commita87b3269340cca83c2197909ade48e28023b9cfd (patch)
tree70aaf742bce3e0cb67d7500523b91108cd3981cd /gas/config/tc-ns32k.h
parent5b3fb530400928638f5a542f9bb8e37d7e4db8a9 (diff)
downloadgdb-a87b3269340cca83c2197909ade48e28023b9cfd.zip
gdb-a87b3269340cca83c2197909ade48e28023b9cfd.tar.gz
gdb-a87b3269340cca83c2197909ade48e28023b9cfd.tar.bz2
White space and comment changes, and #ifdef __STDC__ becomes #if
__STDC__ == 1.
Diffstat (limited to 'gas/config/tc-ns32k.h')
-rw-r--r--gas/config/tc-ns32k.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gas/config/tc-ns32k.h b/gas/config/tc-ns32k.h
index 64adb6b..e37236f 100644
--- a/gas/config/tc-ns32k.h
+++ b/gas/config/tc-ns32k.h
@@ -1,5 +1,5 @@
-/* ns32k-opcode.h -- Opcode table for National Semi 32k processor
- Copyright (C) 1987 Free Software Foundation, Inc.
+/* tc-ns32k.h -- Opcode table for National Semi 32k processor
+ Copyright (C) 1987, 1992 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@@ -34,7 +34,7 @@
#define MAX_ARGS 4
#define ARG_LEN 50
-#ifdef __STDC__
+#if __STDC__ == 1
void fix_new_ns32k(fragS *frag,
int where,
@@ -47,11 +47,11 @@ void fix_new_ns32k(fragS *frag,
void *bit_fixP, /* really bit_fixS */
int bsr);
-#else /* __STDC__ */
+#else /* not __STDC__ */
void fix_new_ns32k();
-#endif /* __STDC__ */
+#endif /* not __STDC__ */
/* end of tc-ns32k.h */