summaryrefslogtreecommitdiff
path: root/macros/enum.asm
diff options
context:
space:
mode:
Diffstat (limited to 'macros/enum.asm')
-rw-r--r--macros/enum.asm2
1 files changed, 0 insertions, 2 deletions
diff --git a/macros/enum.asm b/macros/enum.asm
index 385aee6f8..009400743 100644
--- a/macros/enum.asm
+++ b/macros/enum.asm
@@ -22,7 +22,6 @@ enum_set: MACRO
__enum__ = \1
ENDM
-
; Enumerate constants
const_def: MACRO
@@ -43,7 +42,6 @@ shift_const: MACRO
const_value = const_value + 1
ENDM
-
; Enumerate strings
define: MACRO