const_def N

This commit is contained in:
Rangi
2018-01-31 11:38:45 -05:00
parent 9e368eee1f
commit 08891da822
370 changed files with 397 additions and 393 deletions

View File

@@ -26,7 +26,11 @@ ENDM
; Enumerate constants
const_def: MACRO
if _NARG >= 1
const_value = \1
else
const_value = 0
endc
ENDM
const: MACRO