mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Release calc version 2.11.0t10
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user