From ef880bd5839f1b58c533228473231f3e14627080 Mon Sep 17 00:00:00 2001 From: Fredrik Ramsberg Date: Thu, 11 Apr 2024 12:38:31 +0200 Subject: [PATCH] Removed constant in ext_flags.h: TM_NOT_PUNY --- lib/ext_flags.h | 1 - releasenotes.txt | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/ext_flags.h b/lib/ext_flags.h index fc4bb45..a4d4741 100644 --- a/lib/ext_flags.h +++ b/lib/ext_flags.h @@ -51,7 +51,6 @@ Constant RUNTIME_ERRORS = 2; Constant RTE_MINIMUM = 0; Constant RTE_NORMAL = 1; Constant RTE_VERBOSE = 2; -Constant TM_NOT_PUNY; #Endif; #Iftrue RUNTIME_ERRORS > RTE_MINIMUM; Constant FL_ERR = "^[Flags error #"; diff --git a/releasenotes.txt b/releasenotes.txt index f89fa07..9a2af30 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,5 +1,8 @@ Upcoming release: +Bugfixes: +- The Flags extension would define the symbol TM_NOT_PUNY if the extension was used without the PunyInform library. This was the wrong name, and wasn't used for anything, so it's been removed. + ======= v5.4: bug fix and new feature release (10 Apr 2024)