Release calc version 2.11.0t10

This commit is contained in:
Landon Curt Noll
1999-11-11 05:15:39 -08:00
parent 86c8e6dcf1
commit 96c34adee3
283 changed files with 2380 additions and 3032 deletions

View File

@@ -50,10 +50,10 @@
*
* if ((error = setjmp(calc_jmp_buf)) != 0) {
*
* (* reinitialize calc after a longjmp *)
* reinitialize();
* (* reinitialize calc after a longjmp *)
* reinitialize();
*
* (* report the error *)
* (* report the error *)
* printf("Ouch: %s\n", calc_error);
* }
* calc_jmp = 1;