add PTR_LEN and PTR_BITS to longbits.h

Added PTR_LEN (length of a pointer) and PTR_BITS (bit length
of a pointer) to longbits.h.
This commit is contained in:
Landon Curt Noll
2023-08-19 12:53:31 -07:00
parent f2e4f638f6
commit f60a1d6bc5
2 changed files with 26 additions and 5 deletions

View File

@@ -17,6 +17,9 @@ The following are the changes from calc version 2.14.3.5 to date:
Until someone can test such systems, we prefer to wait
until someone is able to test and supply a pull request.
Added PTR_LEN (length of a pointer) and PTR_BITS (bit length
of a pointer) to longbits.h.
The following are the changes from calc version 2.14.3.4 to 2.14.3.5: