Greetings,

On Mon Jun 18 16:57:45 2007, chromatic <!-- x --> at wgz.org wrote:
> Per the note in src/string.c around line 509:
> 
>       /* XXX This is identical to string_from_cstring and should be removed */
>       PARROT_API
>       STRING *
>       string_from_const_cstring(Interp *interp, 
>               const char *buffer /*NULLOK*/, const UINTVAL len)
> 
> ... replace all uses of string_from_const_cstring() with calls to 
> string_from_cstring(), then remove this function.

Replaced in r19164. Also replaced in languages/*, so, language
maintainers, please verify that this change didn't brake anything. From
my make tests everything looks ok. 

Probably needs a makeclean.

Best regards,
./smash

Reply via email to