aboutsummaryrefslogtreecommitdiff
path: root/const.h
diff options
context:
space:
mode:
Diffstat (limited to 'const.h')
-rw-r--r--const.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/const.h b/const.h
index 80ef83a..ef869c8 100644
--- a/const.h
+++ b/const.h
@@ -18,7 +18,9 @@ enum {
STMT_FOR,
STMT_CONT,
STMT_BREAK,
- STMT_RET
+ STMT_RET,
+ NS_ID,
+ NS_TAG
};
#define MAX_CHDN 1024