comparison src/variables.cc @ 1808:72b1c55692a2

[project @ 1996-01-29 07:08:33 by jwe]
author jwe
date Mon, 29 Jan 1996 07:10:45 +0000
parents d9aaa9aaa1c0
children effa9400766f
comparison
equal deleted inserted replaced
1807:b16eeb7d68d6 1808:72b1c55692a2
1159 string_vector symbols = sym_tab->list (count, argv, argc, 1, 1159 string_vector symbols = sym_tab->list (count, argv, argc, 1,
1160 type, scope); 1160 type, scope);
1161 if (symbols.length () > 0 && count > 0) 1161 if (symbols.length () > 0 && count > 0)
1162 { 1162 {
1163 output_buf << "\n" << header << "\n\n"; 1163 output_buf << "\n" << header << "\n\n";
1164 list_in_columns (output_buf, symbols); 1164 symbols.list_in_columns (output_buf);
1165 status = 1; 1165 status = 1;
1166 } 1166 }
1167 } 1167 }
1168 return status; 1168 return status;
1169 } 1169 }