On Saturday 23 June 2007 08:48:34 Mark Glines wrote:

> string_from_literal() was added in r19260, to handle the
> string_from_cstring(interp, "some constant string", 0) case more
> efficiently. Rather than doing a strlen() at runtime, it does a
> sizeof() at compile time.  That patch also fixed up a large number of
> existing string_from_cstring cases, to use the new function.
>
> This patch fixes up the rest of the cases that I can find with grep.
> This includes most or all of the cases in autogenerated code.

Thanks, applied as r19289.

-- c

Reply via email to