mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
update error_table[] E_STRING symbols
Now the "E_STRING" errsym strings in error_table[], with exception to the 1st E__BASE entry, all other errsym strings must match the following regular expression: ^E_[A-Z][A-Z0-9_]+$ Renamed "E_1OVER0" to "E_DIVBYZERO". Renamed "E_0OVER0" to "E_ZERODIVZERO".
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -292,6 +292,9 @@ The following are the changes from calc version 2.14.3.5 to date:
|
||||
Rename the #define E__COUNT to ECOUNT to avoid confusion
|
||||
with "E_STRING" error symbols.
|
||||
|
||||
Renamed "E_1OVER0" to "E_DIVBYZERO".
|
||||
Renamed "E_0OVER0" to "E_ZERODIVZERO".
|
||||
|
||||
|
||||
The following are the changes from calc version 2.14.3.4 to 2.14.3.5:
|
||||
|
||||
|
Reference in New Issue
Block a user