diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-08 15:30:23 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-08 15:30:23 -0400 |
commit | 6ca82e5c86279258bfd4b21195d4521f26082fd4 (patch) | |
tree | d4dbd62a91bf73f491b2bfbd3d801251e410b94e /macros.asm | |
parent | 9e4a00af4523cdfacbb6b245679e2e60fbc6b375 (diff) |
Eliminate enum: use const instead, with case-by-case parallel const implementations
Diffstat (limited to 'macros.asm')
-rw-r--r-- | macros.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros.asm b/macros.asm index 1018eeb1f..95238ac19 100644 --- a/macros.asm +++ b/macros.asm @@ -1,4 +1,4 @@ -INCLUDE "macros/enum.asm" +INCLUDE "macros/const.asm" INCLUDE "macros/predef.asm" INCLUDE "macros/rst.asm" INCLUDE "macros/data.asm" |