Add and handle new --alternate command line option.

This commit is contained in:
Nick Clifton
2004-08-13 19:53:52 +00:00
parent a21de0dadf
commit caa32fe507
11 changed files with 164 additions and 12 deletions

View File

@@ -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 **);