diff src/help.cc @ 867:b6b78f85743a

[project @ 1994-11-02 14:20:02 by jwe]
author jwe
date Wed, 02 Nov 1994 14:20:02 +0000
parents 9004af8c7a33
children 2f91e7098f8c
line wrap: on
line diff
--- a/src/help.cc
+++ b/src/help.cc
@@ -439,7 +439,7 @@
   do \
     { \
       int count; \
-      char **names = global_sym_tab->list (count, 1, type); \
+      char **names = global_sym_tab->list (count, 0, 0, 1, type); \
       display_symtab_names (output_buf, names, count, msg); \
       char **ptr = names; \
       while (*ptr) \