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:
Landon Curt Noll
2023-08-23 14:53:15 -07:00
parent 0353aba275
commit 0bb66cff74
2 changed files with 11 additions and 9 deletions

View File

@@ -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.