bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: gettext and C usage


From: Ian Lance Taylor
Subject: Re: gettext and C usage
Date: 25 Feb 2002 17:04:51 -0800
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Bruno Haible <address@hidden> writes:

> > For Texinfo, I'm currently using:
> > 
> > #ifdef HAVE_LOCALE_H
> > #include <locale.h>
> > #endif
> 
> Plain "#include <locale.h>" is sufficient. Systems without <locale.h>
> file are not in use anymore.

False.

> > #ifndef HAVE_SETLOCALE
> > #define setlocale(category,locale) /* empty */
> > #endif
> 
> Likewise, not needed. All systems have this function.

Also false.

You can say that you don't care about supporting those systems.
That's fine.  But you shouldn't say that they don't exist any more,
because they do.  I have one myself.

Ian



reply via email to

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