From 0a73f53788124cf7f0c59af8aed0d6795861d1f5 Mon Sep 17 00:00:00 2001 From: kramm Date: Tue, 30 Dec 2008 23:04:30 +0000 Subject: [PATCH] params now have a value, too --- lib/as3/tokenizer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/as3/tokenizer.h b/lib/as3/tokenizer.h index bc81e96..6acc38e 100644 --- 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 { -- 1.7.10.4