From ee5b2675e08ed404e9d923c8974e6acf98a7cca4 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 13 Aug 2004 19:53:52 +0000 Subject: Add and handle new --alternate command line option. --- gas/macro.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gas/macro.h') 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 **); -- cgit v1.2.1