bug-textutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

quotearg.c mbstate_t used without ifdef


From: msdemlei
Subject: quotearg.c mbstate_t used without ifdef
Date: Tue Nov 26 19:26:07 2002
User-agent: Mutt/1.3.23i

Hello,

I was just cross compiling the textutils to get fmt on my zaurus when
I noticed that in textutils 2.1, lib/quotearg.c, function
quotearg_buffer_restyled, around line 434, you have the
definition
                mbstate_t mbstate;
The compiler attempts to compile this even if config.h has
#define HAVE_MBSTATE_T 0
-- which probably is not what autoconf is all about.

This is no emergency -- clearly, I can't do multibyte in the
first place, so I've just commented the else clause out, hoping
it won't bite me, but I thought you might like to know.

Cheers,

        Markus




reply via email to

[Prev in Thread] Current Thread [Next in Thread]