summaryrefslogtreecommitdiff
path: root/gas/macro.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-08-13 19:53:52 +0000
committerNick Clifton <nickc@redhat.com>2004-08-13 19:53:52 +0000
commitcaa32fe507720347f37e2d060d64a89d96928db1 (patch)
treeaa7df1d5f68e3c802562c84a7f3678e14c6b7616 /gas/macro.h
parenta21de0dadf0ad4334afe22bc14ff1811b795190f (diff)
Add and handle new --alternate command line option.
Diffstat (limited to 'gas/macro.h')
-rw-r--r--gas/macro.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/macro.h b/gas/macro.h
index a8bffaa0ef..7e6657889d 100644
--- a/gas/macro.h
+++ b/gas/macro.h
@@ -73,6 +73,7 @@ extern int macro_nest;
extern int buffer_and_nest (const char *, const char *, sb *, int (*) (sb *));
extern void macro_init
(int, int, int, int (*) (const char *, int, sb *, int *));
+extern void macro_set_alternate (int);
extern void macro_mri_mode (int);
extern const char *define_macro
(int, sb *, sb *, int (*) (sb *), const char **);