Skip to content

Commit

Permalink
Removed constant in ext_flags.h: TM_NOT_PUNY
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikr committed Apr 11, 2024
1 parent ad50320 commit ef880bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ext_flags.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 #";
Expand Down
3 changes: 3 additions & 0 deletions releasenotes.txt
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit ef880bd

Please sign in to comment.