mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
add CALC2_COMPAT and version.h
Moved calc version definition from version.c to version.h. Added CALC2_COMPAT, that when defined attempts to maintain calc version 2 compatibility. When MAJOR_VER <= 2, CALC2_COMPAT is defined. This is anticipation for a future calc version 3 code.
This commit is contained in:
5
CHANGES
5
CHANGES
@@ -20,6 +20,11 @@ The following are the changes from calc version 2.14.3.5 to date:
|
||||
Added PTR_LEN (length of a pointer) and PTR_BITS (bit length
|
||||
of a pointer) to longbits.h.
|
||||
|
||||
Moved calc version definition from version.c to version.h.
|
||||
Added CALC2_COMPAT, that when defined attempts to maintain calc
|
||||
version 2 compatibility. When MAJOR_VER <= 2, CALC2_COMPAT is
|
||||
defined. This is anticipation for a future calc version 3 code.
|
||||
|
||||
|
||||
The following are the changes from calc version 2.14.3.4 to 2.14.3.5:
|
||||
|
||||
|
Reference in New Issue
Block a user