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

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

Re: request: signal if gettext invented LC_MESSAGES


From: Bruno Haible
Subject: Re: request: signal if gettext invented LC_MESSAGES
Date: Tue, 11 Jun 2002 14:16:01 +0200 (CEST)

Rapp, Perry wrote:
> libgnuintl.h can define LC_MESSAGES
> 
> I'd like to start using LC_MESSAGES
> on platforms that define it, but I can't yet, because I can't tell which
> ones define it, because of this in libgnuintl.h).

You can use

  #include <locale.h>
  #include <libintl.h>
  #if LC_MESSAGES < 0 || LC_MESSAGES == 1729

Bruno



reply via email to

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