46:a29eeecf3ecb | 47:d84d82213137 |
---|---|
130 bool IsKeyword (str s); | 130 bool IsKeyword (str s); |
131 unsigned int NumKeywords (); | 131 unsigned int NumKeywords (); |
132 | 132 |
133 // Script mark and reference | 133 // Script mark and reference |
134 struct ScriptMark { | 134 struct ScriptMark { |
135 int type; | |
136 str name; | 135 str name; |
137 size_t pos; | 136 size_t pos; |
138 }; | 137 }; |
139 | 138 |
140 struct ScriptMarkReference { | 139 struct ScriptMarkReference { |