diff options
Diffstat (limited to 'macros/predef.asm')
-rwxr-xr-x[-rw-r--r--] | macros/predef.asm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/macros/predef.asm b/macros/predef.asm index 147c6fb9..7850350a 100644..100755 --- a/macros/predef.asm +++ b/macros/predef.asm @@ -1,11 +1,3 @@ -predef_const: MACRO - enum \1Predef -ENDM - -add_predef: MACRO -\1Predef:: dab \1 -ENDM - predef_id: MACRO ; Some functions load the predef id ; without immediately calling Predef. |