X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Ftokenizer.h;h=e3bf43da0c065b6748e61c146765f4a94ef11cdf;hb=0eda529c20b34e93cbac7b798bccd53df65304e6;hp=b080ded7ef0487da65672951674ab60f62b8cecd;hpb=700f136a477a84d5a13fb1f8d6cb51f81e158328;p=swftools.git diff --git a/lib/as3/tokenizer.h b/lib/as3/tokenizer.h index b080ded..e3bf43d 100644 --- 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;