- remove superfluous call of stack_machine(0) upon exit.
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 3 Jun 2006 21:19:09 +0000 (21:19 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 3 Jun 2006 21:19:09 +0000 (21:19 -0000)
miscutils/dc.c

index 5956b3af87a2ba4300649ebba2c6104278d98ab6..e9c695507b4884f59b162305371546bcf7e74c4f 100644 (file)
@@ -223,6 +223,5 @@ int dc_main(int argc, char **argv)
                        argc--;
                }
        }
-       stack_machine(0);
        return EXIT_SUCCESS;
 }