On Tue, Oct 02, 2001 at 07:50:39AM -0400, Gregor N. Purdy wrote:
> 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/.

Yes .. Thanks for that one. I was not going to put INT_CONST in at first since
integer constants don't work, so there is no way to use/test them yet.

-- 
Jason

Reply via email to