Corrected LIBRARY to refer to str2z() and str2()

Fixed obsolete references to the atoz() in LIBRARY to use the
correct internal function name of str2z().

Fixed obsolete references to the atoq() in LIBRARY to use the
correct internal function name of str2q().
This commit is contained in:
Landon Curt Noll
2023-05-31 18:22:09 -07:00
parent 5fa732b869
commit 3ea51ea937
2 changed files with 14 additions and 8 deletions

View File

@@ -14,6 +14,12 @@ The following are the changes from calc version 2.14.1.5 to date:
Fix cases of spaces before tabs in Makefile and Makefile.simple.
Fixed obsolete references to the atoz() in LIBRARY to use the
correct internal function name of str2z().
Fixed obsolete references to the atoq() in LIBRARY to use the
correct internal function name of str2q().
The following are the changes from calc version 2.14.1.3 to 2.14.1.4: