summaryrefslogtreecommitdiff
path: root/gas/macro.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2002-05-18 12:53:30 +0000
committerKazu Hirata <kazu@codesourcery.com>2002-05-18 12:53:30 +0000
commit5b75db8d4710eccc9b6370e0675409567ad55e37 (patch)
tree0982f9157c29cd766104e8d497bdadf40e88688e /gas/macro.h
parentae3d3288007de73e69ed65156625601e3d299704 (diff)
downloadbinutils-redhat-5b75db8d4710eccc9b6370e0675409567ad55e37.tar.gz
* app.c: Fix formatting.
* as.c: Likewise. * ehopt.c: Likewise. * expr.c: Likewise. * input-file.c: Likewise. * listing.c: Likewise. * macro.h: Likewise. * stabs.c: Likewise. * symbols.c: Likewise.
Diffstat (limited to 'gas/macro.h')
-rw-r--r--gas/macro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/macro.h b/gas/macro.h
index beff9a8b50..b9dc2d031e 100644
--- a/gas/macro.h
+++ b/gas/macro.h
@@ -79,7 +79,7 @@ extern const char *define_macro
PARAMS ((int idx, sb *in, sb *label, int (*get_line) PARAMS ((sb *)),
const char **namep));
extern int check_macro PARAMS ((const char *, sb *, int, const char **,
- macro_entry **));
+ macro_entry **));
extern void delete_macro PARAMS ((const char *));
extern const char *expand_irp
PARAMS ((int, int, sb *, sb *, int (*) PARAMS ((sb *)), int));