]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/macrocmd.c
make calls to help_list use enumerator
[thirdparty/binutils-gdb.git] / gdb / macrocmd.c
index 0455fb0f54e1731da0cf9b05fd26377e0c157c56..94a627f3cdf5ad2327ac478fcc2760eaaf48c8b3 100644 (file)
@@ -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);
 }