Sam Ruby <[EMAIL PROTECTED]> wrote:

> Leopold Toetsch wrote:
>>
>> * the temp_base_vtable should be const.

> Patch attached.

Thanks, applied - with s/clone/vt_clone/ to avoid a warning about a
shadowed global.

> +            clone->whoami = string_make(interp,
>                  "$classname", @{[length($classname)]}, "iso-8859-1",
>                  PObj_constant_FLAG|PObj_external_FLAG);

Is there a specific reason that dynamically loaded libs don't use
CONST_STRING()?

leo

Reply via email to