index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
c
/
lex.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'c/lex.h')
-rw-r--r--
c/lex.h
1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/lex.h b/c/lex.h
index 4ea7327..60a28bf 100644
--- a/
c/lex.h
+++ b/
c/lex.h
@@ -101,6 +101,7 @@ struct lexer {
enum initlexer {
LXOK,
LXFILESEEN,
+ LXFILESKIP,
LXERR,
};