All --

> +    s/NUM_CONST\(([^)]+)\)/interpreter->code->const_table->constants[$1]->number/g;
> +    s/STR_CONST\(([^)]+)\)/interpreter->code->const_table->constants[$1]->string/g;
> +    s/INT_CONST\(([^)]+)\)/interpreter->code->const_table->constants[$1]->string/g;

I just committed a fix for INT_CONST: s/string/integer/.


Regards,

-- Gregor
 _____________________________________________________________________ 
/     perl -e 'srand(-2091643526); print chr rand 90 for (0..4)'      \

   Gregor N. Purdy                          [EMAIL PROTECTED]
   Focus Research, Inc.                http://www.focusresearch.com/
   8080 Beckett Center Drive #203                   513-860-3570 vox
   West Chester, OH 45069                           513-860-3579 fax
\_____________________________________________________________________/

Reply via email to