summaryrefslogtreecommitdiff
path: root/src/core/scanner.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-08-25 18:48:28 +0000
committerPaul Buetow <paul@buetow.org>2008-08-25 18:48:28 +0000
commitec9899c0399f42473d311c7d0a46769d3d933c06 (patch)
tree8396b366b5e1b665f60f5502d484985b0950a94e /src/core/scanner.h
parentcf9029ee902eda028f3efcb77e8c2aed25205b94 (diff)
bugs fixed, initial array
Diffstat (limited to 'src/core/scanner.h')
-rw-r--r--src/core/scanner.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/scanner.h b/src/core/scanner.h
index f5f91ad..4626595 100644
--- a/src/core/scanner.h
+++ b/src/core/scanner.h
@@ -55,6 +55,7 @@ typedef struct {
char *c_codestring;
FILE *fp;
List *p_list_token;
+ TokenType tt_last;
} Scanner;
Scanner *scanner_new(List *p_list_token, Tupel *p_tupel_argv);