comparison src/help.cc @ 3013:66a1cede95e7

[project @ 1997-06-02 19:35:05 by jwe]
author jwe
date Mon, 02 Jun 1997 19:41:17 +0000
parents 1aeb8869e464
children 38de16594cb4
comparison
equal deleted inserted replaced
3012:0ea30e0e86cc 3013:66a1cede95e7
481 #endif 481 #endif
482 #define LIST_SYMBOLS(type, msg) \ 482 #define LIST_SYMBOLS(type, msg) \
483 do \ 483 do \
484 { \ 484 { \
485 int count; \ 485 int count; \
486 string_vector names = global_sym_tab->list (count, 0, 0, 1, type); \ 486 string_vector names = global_sym_tab->name_list (count, 0, 0, 1, type); \
487 display_symtab_names (octave_stdout, names, count, msg); \ 487 display_symtab_names (octave_stdout, names, count, msg); \
488 } \ 488 } \
489 while (0) 489 while (0)
490 490
491 // XXX FIXME XXX -- is this distinction needed? 491 // XXX FIXME XXX -- is this distinction needed?