From 0eda529c20b34e93cbac7b798bccd53df65304e6 Mon Sep 17 00:00:00 2001 From: kramm Date: Tue, 23 Dec 2008 18:48:41 +0000 Subject: [PATCH] use default list implementation for typedcode --- lib/as3/tokenizer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; -- 1.7.10.4