Re: cvs commit: parrot/chartypes usascii.c
Leopold Toetsch wrote: > Peter Gibbs <[EMAIL PROTECTED]> wrote: > > +if (!chartype_array) > >chartype_init(); > > +if (!encoding_array) > >encoding_init(); > > T think, both should be done at interpreter startup, called from > string.c:string_init(). > > leo I
Re: cvs commit: parrot/chartypes usascii.c
Peter Gibbs <[EMAIL PROTECTED]> wrote: > +if (!chartype_array) >chartype_init(); > +if (!encoding_array) >encoding_init(); T think, both should be done at interpreter startup, called from string.c:string_init(). leo