- remove superfluous call of stack_machine(0) upon exit.
This commit is contained in:
@ -223,6 +223,5 @@ int dc_main(int argc, char **argv)
|
|||||||
argc--;
|
argc--;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stack_machine(0);
|
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user