mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
add test 10ddd to verify E_STRING values for calc computation error codes
Added tests to the calc regression test suite (cal/regress.cal) to verify that the errnum calc computation error codes and their E_STRING values have not changed.
This commit is contained in:
2
errtbl.h
2
errtbl.h
@@ -48,7 +48,7 @@
|
||||
* primary error code defines
|
||||
*/
|
||||
#define E__NONE 0 /* calc_errno cleared: libc errno codes above here */
|
||||
#define E__BASE 10000 /* calc errors start above here */
|
||||
#define E__BASE 10000 /* calc computation error codes start above here */
|
||||
#define E__USERDEF 20000 /* user defined error codes start here */
|
||||
#define E__USERMAX 32767 /* maximum user defined error code */
|
||||
|
||||
|
Reference in New Issue
Block a user