summaryrefslogtreecommitdiff
path: root/asm/pptok.dat
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2019-10-08 03:26:39 -0700
committerH. Peter Anvin <hpa@zytor.com>2019-10-08 03:26:39 -0700
commitc5717a8204b5fcd383cf9e0a237c4727feccb5bd (patch)
treed75e21bfc3c187da4e1e7b1c63cbb4a7c74c235a /asm/pptok.dat
parent1f82dffba7c35056b500051999076fdd1ee53ab0 (diff)
downloadnasm-loops.tar.gz
preproc: %while ... %endwhile looploops
First user of the new loop infrastructure: a %while[n][cond] loop; supports anything that the %if/%elif directives support, too. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'asm/pptok.dat')
-rw-r--r--asm/pptok.dat2
1 files changed, 2 insertions, 0 deletions
diff --git a/asm/pptok.dat b/asm/pptok.dat
index d2f361c8..8b90c5b2 100644
--- a/asm/pptok.dat
+++ b/asm/pptok.dat
@@ -39,6 +39,7 @@
# Condition stems. %if MUST BE FIRST in this list.
%if*
%elif*
+%while*
# Condition tests
*
@@ -99,3 +100,4 @@
%undefalias
%use
%warning
+%endwhile