aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/all.h
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-08-11 07:53:44 +0200
committerlemon <lsof@mailbox.org>2022-08-11 07:53:44 +0200
commitc7961d732e5d67e8ea1b0be05e979bf24361f794 (patch)
tree07604810c980422332e971d436eea1fac62191f0 /bootstrap/all.h
parent86aa2d6ab3a003652159fa37828c27744a2cb45d (diff)
do-while
Diffstat (limited to 'bootstrap/all.h')
-rw-r--r--bootstrap/all.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap/all.h b/bootstrap/all.h
index d1d58d9..6a0de81 100644
--- a/bootstrap/all.h
+++ b/bootstrap/all.h
@@ -410,6 +410,7 @@ enum stmttype {
Sdecl,
Sifelse,
Swhile,
+ Sdowhile,
Sfor,
Siswitch,
Sreturn,