This commit is contained in:
David Anderson
2014-07-07 23:31:31 -07:00
parent 97e0c84e6d
commit e57a323dc8
7 changed files with 340 additions and 323 deletions
+2
View File
@@ -405,6 +405,7 @@ enum {
tFORWARD,
tFUNCENUM,
tFUNCTAG,
tFUNCTION,
tGOTO,
tIF,
tINT,
@@ -928,6 +929,7 @@ SC_VDECL int pc_tag_void; /* global void tag */
SC_VDECL int pc_tag_object; /* root object tag */
SC_VDECL int pc_tag_bool; /* global bool tag */
SC_VDECL int pc_tag_null_t; /* the null type */
SC_VDECL int pc_tag_nullfunc_t; /* the null function type */
SC_VDECL int pc_anytag; /* global any tag */
SC_VDECL int glbstringread; /* last global string read */
SC_VDECL int sc_require_newdecls; /* only newdecls are allowed */