diff options
Diffstat (limited to 'parser.h')
-rw-r--r-- | parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ class Tokenizor { private: FILE *stream; char *buff_ptr; + bool escaping; public: Tokenizor(); /** Set the stream to be read from (without setting this, the default |