diff options
Diffstat (limited to 'include/charmap.inc')
-rw-r--r-- | include/charmap.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/charmap.inc b/include/charmap.inc index 72b2490..e2ff5a3 100644 --- a/include/charmap.inc +++ b/include/charmap.inc @@ -320,8 +320,8 @@ charmap "(", 238 charmap ")", 239 charmap "~", 240 -TX_LF EQU -2 ; Line feed -TX_END EQU -1 ; End of message +DEF TX_LF EQU -2 ; Line feed +DEF TX_END EQU -1 ; End of message pushc newcharmap ascii |