mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
rename E__COUNT to ECOUNT
Rename the #define E__COUNT to ECOUNT to avoid confusion with "E_STRING" error symbols. Improve formatting of help/error, help/errno, and help/strerror. Update .gitignore.
This commit is contained in:
8
errtbl.h
8
errtbl.h
@@ -35,10 +35,10 @@
|
||||
/*
|
||||
* 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__USERDEF 20000 /* user defined error codes start here */
|
||||
#define E__USERMAX 32767 /* maximum user defined error code */
|
||||
#define E__NONE 0 /* calc_errno cleared: libc errno codes above here */
|
||||
#define E__BASE 10000 /* calc errors 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