mirror of
https://github.com/louisrubet/rpn
synced 2025-02-07 08:45:48 +01:00
#209: don't show stack entries separator when running in command line
This commit is contained in:
parent
f2c4dfb7ef
commit
4884609039
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ int main(int argc, char* argv[]) {
|
|||
|
||||
// run it
|
||||
ret = prog.run(s_global_stack, s_global_heap);
|
||||
program::show_stack(s_global_stack, true);
|
||||
program::show_stack(s_global_stack, false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue