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:
4784170
)
params now have a value, too
author
kramm
<kramm>
Tue, 30 Dec 2008 23:04:30 +0000
(23:04 +0000)
committer
kramm
<kramm>
Tue, 30 Dec 2008 23:04:30 +0000
(23:04 +0000)
lib/as3/tokenizer.h
patch
|
blob
|
history
diff --git
a/lib/as3/tokenizer.h
b/lib/as3/tokenizer.h
index
bc81e96
..
6acc38e
100644
(file)
--- a/
lib/as3/tokenizer.h
+++ b/
lib/as3/tokenizer.h
@@
-45,6
+45,7
@@
struct _token {
struct _param {
char*name;
classinfo_t*type;
+ constant_t*value;
};
struct _params {