From 4b08a896b0606411ea8bc493430bb14264f30cca Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Wed, 8 Dec 2021 12:51:10 -0800 Subject: [PATCH] Fix comments about _WIN64 --- CHANGES | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index f12b6dc..846096f 100644 --- a/CHANGES +++ b/CHANGES @@ -25,7 +25,7 @@ The following are the changes from calc version 2.14.0.11 to date: Fixed depend rule for custom/Makefile. - Fixed how Makefile variable SHELL is set on macOS vs. linux. + Fixed how Makefile variable SHELL is set on macOS vs. Linux. Using /bin/sh on macOS due to how zsh treats globs by default. Added charbit.h to define CALC_CHARBIT which is either CHAR_BIT @@ -33,9 +33,9 @@ The following are the changes from calc version 2.14.0.11 to date: CALC_CHARBIT. Added have_limits.h to determine if is a system include file. - Test for _WIN64 when testing for _WIN32. + Compiling now tests for _WIN64 as well when testing for _WIN32. - Now assuming that is availabke under _WIN32 and _WIN64. + Now assuming that is available under _WIN32 and _WIN64. The following are the changes from calc version 2.14.0.9 to 2.14.0.10: