From 476f9ba40d5b59fd724ac1234b34448df372d52c Mon Sep 17 00:00:00 2001 From: mid-kid Date: Sun, 12 May 2019 16:46:40 +0200 Subject: Define appropriate constants as EQU These constants are defined only once and shouldn't be redefined anyway. --- macros/enum.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/enum.asm') diff --git a/macros/enum.asm b/macros/enum.asm index 009400743..003445be7 100644 --- a/macros/enum.asm +++ b/macros/enum.asm @@ -14,7 +14,7 @@ endc ENDM enum: MACRO -\1 = __enum__ +\1 EQU __enum__ __enum__ = __enum__ + __enumdir__ ENDM -- cgit v1.2.3