scriptreader.h

changeset 11
f08abacb46c9
parent 10
2c0f76090372
child 12
1bdbfcca2fc6
--- a/scriptreader.h	Sat Jul 14 15:44:38 2012 +0300
+++ b/scriptreader.h	Sat Jul 14 15:58:50 2012 +0300
@@ -61,8 +61,6 @@
 	unsigned int curline;
 	unsigned int curchar;
 	str token;
-	bool atnewline;
-	bool extdelimeters;
 	
 	// ====================================================================
 	// METHODS
@@ -85,7 +83,7 @@
 	void BeginParse (ObjWriter* w);
 	
 private:
-	bool nextreintepret;
+	bool atnewline;
 	char c;
 	void ParserMessage (const char* header, char* message);
 };

mercurial