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:
c734d04
)
switched from multiname to class_signature
author
kramm
<kramm>
Fri, 19 Dec 2008 08:01:51 +0000
(08:01 +0000)
committer
kramm
<kramm>
Fri, 19 Dec 2008 08:01:51 +0000
(08:01 +0000)
lib/as3/tokenizer.h
patch
|
blob
|
history
diff --git
a/lib/as3/tokenizer.h
b/lib/as3/tokenizer.h
index
0b2689c
..
4b4b5aa
100644
(file)
--- a/
lib/as3/tokenizer.h
+++ b/
lib/as3/tokenizer.h
@@
-22,6
+22,7
@@
#include "../q.h"
#include "pool.h"
#include "code.h"
+#include "registry.h"
DECLARE(token);
DECLARE_LIST(token);
@@
-37,12
+38,12
@@
struct _token {
typedef struct _writeable {
code_t*write;
code_t*read;
- multiname_t*type;
+ class_signature_t*type;
} writeable_t;
struct _typedcode {
code_t*c;
- multiname_t*t;
+ class_signature_t*t;
};
struct _typedcode_list {
struct _typedcode typedcode;