aboutsummaryrefslogtreecommitdiff
path: root/const.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-04-12 14:02:06 +0800
committerTeddy <ted.sybil@gmail.com>2014-04-12 14:02:42 +0800
commit9cc93718d81f6b0ddaac3493ccfa695c5bbf9d99 (patch)
tree304a59423c12d62e738a886075f2e54b94aadd4d /const.h
parentad4582dfc2bb0c50d6972881ed845a473c40ca71 (diff)
changing the scope framework
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