diff options
Diffstat (limited to 'gdb/macrocmd.c')
-rw-r--r-- | gdb/macrocmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/macrocmd.c b/gdb/macrocmd.c index 0455fb0..94a627f3 100644 --- a/gdb/macrocmd.c +++ b/gdb/macrocmd.c @@ -38,7 +38,7 @@ macro_command (char *arg, int from_tty) { printf_unfiltered ("\"macro\" must be followed by the name of a macro command.\n"); - help_list (macrolist, "macro ", -1, gdb_stdout); + help_list (macrolist, "macro ", all_commands, gdb_stdout); } |