X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Fexpr.h;h=d216c2c20ffb8f9d96cee4715ad1b58d2d355de6;hb=c63b2bf21dc1df9a736f0b4c08f6cba828cdab92;hp=d98ad5c57db292f1064c378e6824ca8ea54ff9a0;hpb=f00ad28507322054abc4859cb2049ec6f807c0c8;p=swftools.git diff --git a/lib/as3/expr.h b/lib/as3/expr.h index d98ad5c..d216c2c 100644 --- a/lib/as3/expr.h +++ b/lib/as3/expr.h @@ -1,4 +1,4 @@ -/* ast.h +/* expr.h Extension module for the rfxswf library. Part of the swftools package. @@ -141,6 +141,7 @@ node_t* mknode2(nodetype_t*t, node_t*left, node_t*right); node_t* mknode3(nodetype_t*t, node_t*one, node_t*two, node_t*three); void node_free(node_t*n); typedcode_t node_read(node_t*n); //read and free +typedcode_t node_write(node_t*n); //write and free code_t* node_exec(node_t*n); //exec and free constant_t node_eval(node_t*n); //eval and free void node_dump(node_t*n);