mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
Release calc version 2.12.4.12
This commit is contained in:
@@ -445,5 +445,7 @@ CONST char *error_table[E__COUNT+2] = {
|
||||
"Bad argument for ispunct",
|
||||
"Bad argument for isspace",
|
||||
"Bad argument for isxdigit",
|
||||
"Bad argument type for strtoupper",
|
||||
"Bad argument type for strtolower",
|
||||
NULL
|
||||
};
|
||||
|
@@ -442,9 +442,11 @@
|
||||
#define E_ISPUNCT 10429 /* Bad argument for ispunct */
|
||||
#define E_ISSPACE 10430 /* Bad argument for isspace */
|
||||
#define E_ISXDIGIT 10431 /* Bad argument for isxdigit */
|
||||
#define E_STRTOUPPER 10432 /* Bad argument type for strtoupper */
|
||||
#define E_STRTOLOWER 10433 /* Bad argument type for strtolower */
|
||||
|
||||
#define E__HIGHEST 10431 /* highest calc error */
|
||||
#define E__COUNT 431 /* number of calc errors */
|
||||
#define E__HIGHEST 10433 /* highest calc error */
|
||||
#define E__COUNT 433 /* number of calc errors */
|
||||
#define E_USERDEF 20000 /* base of user defined errors */
|
||||
|
||||
/* names of calc error values */
|
||||
|
Reference in New Issue
Block a user