Release calc version 2.11.0t8

This commit is contained in:
Landon Curt Noll
1999-10-20 03:08:51 -07:00
parent 0ffc341b10
commit 2c72ea9339
70 changed files with 656 additions and 463 deletions

View File

@@ -180,7 +180,7 @@ libcalc_call_me_first(void)
/*
* ready to rock & roll ..
*/
run_state = RUN_PRE_BEGIN;
run_state = RUN_BEGIN;
init_done = 1;
return;
}
@@ -247,6 +247,7 @@ reinitialize(void)
math_setfp(stdout);
resetscopes();
resetinput();
inittokens();
(void) openterminal();
}