- remove superfluous call of stack_machine(0) upon exit.

1_4_stable
Bernhard Reutner-Fischer 2006-06-03 21:19:09 +00:00
parent 5f6d67b7d6
commit 5084c78cbe
1 changed files with 0 additions and 1 deletions

View File

@ -223,6 +223,5 @@ int dc_main(int argc, char **argv)
argc--;
}
}
stack_machine(0);
return EXIT_SUCCESS;
}