git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfebb5e
)
export flex definitions
author
kramm
<kramm>
Tue, 6 Jan 2009 21:36:50 +0000
(21:36 +0000)
committer
kramm
<kramm>
Tue, 6 Jan 2009 21:36:50 +0000
(21:36 +0000)
lib/as3/tokenizer.h
patch
|
blob
|
history
diff --git
a/lib/as3/tokenizer.h
b/lib/as3/tokenizer.h
index
f58253d
..
b929a88
100644
(file)
--- a/
lib/as3/tokenizer.h
+++ b/
lib/as3/tokenizer.h
@@
-80,4
+80,7
@@
void as3_softwarning(const char*format, ...);
#define T_EOF 0
+extern int avm2_lex();
+extern int avm2_lex_destroy();
+
#endif