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:
29b5be3
)
use default list implementation for typedcode
author
kramm
<kramm>
Tue, 23 Dec 2008 18:48:41 +0000
(18:48 +0000)
committer
kramm
<kramm>
Tue, 23 Dec 2008 18:48:41 +0000
(18:48 +0000)
lib/as3/tokenizer.h
patch
|
blob
|
history
diff --git
a/lib/as3/tokenizer.h
b/lib/as3/tokenizer.h
index
b080ded
..
e3bf43d
100644
(file)
--- a/
lib/as3/tokenizer.h
+++ b/
lib/as3/tokenizer.h
@@
-44,17
+44,17
@@
struct _token {
typedef struct _writeable {
code_t*write;
code_t*read;
- classinfo_t*type;
+ class_signature_t*type;
} writeable_t;
struct _param {
char*name;
- classinfo_t*type;
+ class_signature_t*type;
};
struct _typedcode {
code_t*c;
- classinfo_t*t;
+ class_signature_t*t;
};
extern char start_of_expression;