diff options
Diffstat (limited to 'gdb/macrocmd.c')
-rw-r--r-- | gdb/macrocmd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/macrocmd.c b/gdb/macrocmd.c index 70b95b1..54aa35e 100644 --- a/gdb/macrocmd.c +++ b/gdb/macrocmd.c @@ -458,8 +458,9 @@ macro_list_command (const char *exp, int from_tty) /* Initializing the `macrocmd' module. */ +void _initialize_macrocmd (); void -_initialize_macrocmd (void) +_initialize_macrocmd () { /* We introduce a new command prefix, `macro', under which we'll put the various commands for working with preprocessor macros. */ |