mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
change int.h to check MAJOR_VER < 3 when CHK_C is undefined
The int.h will trigger an error when CHK_C is undefined and MAJOR_VER >= 3. Improved the int.h error message in this case. Added some comments and C integers to int.h.
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -72,7 +72,7 @@ The following are the changes from calc version 2.14.3.5 to date:
|
||||
appear to meet calc requirements, or undefines CHK_C
|
||||
when it does not.
|
||||
|
||||
Added int.h as a centeral place for calc integer types and
|
||||
Added int.h as a central place for calc integer types and
|
||||
integer macros.
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user