params now have a value, too
[swftools.git] / lib / as3 / tokenizer.h
index bc81e96..6acc38e 100644 (file)
@@ -45,6 +45,7 @@ struct _token {
 struct _param {
     char*name;
     classinfo_t*type;
+    constant_t*value;
 };
 
 struct _params {