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:
0be76c3
)
added regexp helper struct
author
kramm
<kramm>
Tue, 6 Jan 2009 21:36:34 +0000
(21:36 +0000)
committer
kramm
<kramm>
Tue, 6 Jan 2009 21:36:34 +0000
(21:36 +0000)
lib/as3/tokenizer.h
patch
|
blob
|
history
diff --git
a/lib/as3/tokenizer.h
b/lib/as3/tokenizer.h
index
44ffd17
..
d48152b
100644
(file)
--- a/
lib/as3/tokenizer.h
+++ b/
lib/as3/tokenizer.h
@@
-61,6
+61,10
@@
typedef struct _for_start {
char*name;
char each;
} for_start_t;
+typedef struct _regexp {
+ char*pattern;
+ char*options;
+} regexp_t;
extern char start_of_expression;