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
commitee5b2675e08ed404e9d923c8974e6acf98a7cca4 (patch)
tree2b61b17eb4eacc59cd0f82912901f0bfe977fd9a /gas/macro.h
parenta439704cb84beb01f712f0e7fabb428f49e33959 (diff)
downloadbinutils-redhat-ee5b2675e08ed404e9d923c8974e6acf98a7cca4.tar.gz
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 **);