From c6acfb52dcad94462a4dac6fe0bac5d2d0e022b5 Mon Sep 17 00:00:00 2001 From: jaortega Date: Sun, 19 Nov 2000 00:38:43 +0000 Subject: using skip local symbols mode when printing symbol table --- mixutils/mixvm_command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mixutils') diff --git a/mixutils/mixvm_command.c b/mixutils/mixvm_command.c index e03dcfd..ebf66a3 100644 --- a/mixutils/mixvm_command.c +++ b/mixutils/mixvm_command.c @@ -347,7 +347,7 @@ cmd_psym_ (char *arg) printf (_("%s: symbol not defined\n"), arg); } else - mix_symbol_table_print (table, MIX_SYM_ROWS, stdout); + mix_symbol_table_print (table, MIX_SYM_ROWS, stdout, FALSE); return TRUE; } -- cgit v1.2.3