On 09/15/2011 12:27 PM, Jim Meyering wrote:
+#if MBS_SUPPORT
static void
add_utf8_anychar (void)
{
Why keep the #if here? I think you're relying on compile-time dead code elimination.
Paolo
On 09/15/2011 12:27 PM, Jim Meyering wrote:
+#if MBS_SUPPORT
static void
add_utf8_anychar (void)
{
Why keep the #if here? I think you're relying on compile-time dead code elimination.
Paolo