diff --git a/FIXES b/FIXES index 5358354..0bfdccd 100644 --- a/FIXES +++ b/FIXES @@ -25,6 +25,11 @@ THIS SOFTWARE. This file lists all bug fixes, changes, etc., made since the AWK book was sent to the printers in August, 1987. +August 7, 2020: + Merge PR #93, which adds casts to (void*) for debug prints + using the %p format specifier. Thanks to GitHub user YongHaoWu + ("Chris") for the fixes. + August 4, 2020: In run.c, use non-restartable multibyte routines to attain portability to DJGPP. Should fix Issue 92. Thanks to Albert Wik diff --git a/main.c b/main.c index 5bdf679..0f3c4a7 100644 --- a/main.c +++ b/main.c @@ -22,7 +22,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ****************************************************************/ -const char *version = "version 20200804"; +const char *version = "version 20200807"; #define DEBUG #include