summaryrefslogtreecommitdiff
path: root/gas/macro.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2003-11-24 17:52:33 +0000
committerKazu Hirata <kazu@codesourcery.com>2003-11-24 17:52:33 +0000
commit65ff60de7d27feceb120205784d2f4e0762f9c75 (patch)
tree73de8611bc52e6a15e3f6f449a4a3486c3a657ac /gas/macro.h
parent90bf68da4a5f1032ea04bfe5bfccb874ae897825 (diff)
downloadbinutils-redhat-65ff60de7d27feceb120205784d2f4e0762f9c75.tar.gz
* listing.c: Convert to ISO-C.
* listing.h: Likewise. * macro.c: Likewise. * macro.h: Likewise.
Diffstat (limited to 'gas/macro.h')
-rw-r--r--gas/macro.h19
1 files changed, 7 insertions, 12 deletions
diff --git a/gas/macro.h b/gas/macro.h
index 0de7d162e0..a8bffaa0ef 100644
--- a/gas/macro.h
+++ b/gas/macro.h
@@ -70,19 +70,14 @@ extern int macro_defined;
extern int macro_nest;
-extern int buffer_and_nest
- PARAMS ((const char *, const char *, sb *, int (*) PARAMS ((sb *))));
+extern int buffer_and_nest (const char *, const char *, sb *, int (*) (sb *));
extern void macro_init
- PARAMS ((int, int, int, int (*) PARAMS ((const char *, int, sb *, int *))));
-extern void macro_mri_mode
- PARAMS ((int));
+ (int, int, int, int (*) (const char *, int, sb *, int *));
+extern void macro_mri_mode (int);
extern const char *define_macro
- PARAMS ((int, sb *, sb *, int (*) PARAMS ((sb *)), const char **));
-extern int check_macro
- PARAMS ((const char *, sb *, const char **, macro_entry **));
-extern void delete_macro
- PARAMS ((const char *));
-extern const char *expand_irp
- PARAMS ((int, int, sb *, sb *, int (*) PARAMS ((sb *))));
+ (int, sb *, sb *, int (*) (sb *), const char **);
+extern int check_macro (const char *, sb *, const char **, macro_entry **);
+extern void delete_macro (const char *);
+extern const char *expand_irp (int, int, sb *, sb *, int (*) (sb *));
#endif