summaryrefslogtreecommitdiffstats
path: root/eo_tokenizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'eo_tokenizer.h')
-rw-r--r--eo_tokenizer.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/eo_tokenizer.h b/eo_tokenizer.h
index 0f331f7..a264c2d 100644
--- a/eo_tokenizer.h
+++ b/eo_tokenizer.h
@@ -116,8 +116,11 @@ typedef struct _eo_tokenizer
int current_line;
int current_nesting;
int max_nesting;
- int token_start_line;
char buf[BUFSIZE];
+ struct {
+ char *tok;
+ int line;
+ } saved;
Eina_List *classes;
} Eo_Tokenizer;