> "Baruch" == Baruch Even <[EMAIL PROTECTED]> writes:
Baruch> Hello, In lyxfont.h there is an include for gettext.h for some
Baruch> obscure reason of using enums ON and OFF that might get
Baruch> redefined in locale.h
OK, I commited a cleanup patch from Baruch's work and mine. Note that
thi
> "Baruch" == Baruch Even <[EMAIL PROTECTED]> writes:
Baruch> Ok, I'm basically half through, the problem now is not the
Baruch> LyXFont, but adding gettext.h to the files that need it and
Baruch> received it implicitly by including buffer.h
I only had this problem with controllers/character
* Jean-Marc Lasgouttes <[EMAIL PROTECTED]> [010405 11:09]:
> > "Baruch" == Baruch Even <[EMAIL PROTECTED]> writes:
>
> Baruch> This causes that almost any file includes gettext.h
> Baruch> implicitly, it wouldn't be that bad, but in my case it forces
> Baruch> reordering of header file includ
> "Baruch" == Baruch Even <[EMAIL PROTECTED]> writes:
Baruch> Hello, In lyxfont.h there is an include for gettext.h for some
Baruch> obscure reason of using enums ON and OFF that might get
Baruch> redefined in locale.h
Ha! I tried to remove it when I rewrote gettext.[Ch], but could not
remem
Baruch Even <[EMAIL PROTECTED]> writes:
[why do you set this Mail-Followup-To:...?]
| includes. What I want is permission to rename the ON and OFF to FONT_ON
| and FONT_OFF, and do this rename wherever needed.
ok.
--
Lgb
Hello,
In lyxfont.h there is an include for gettext.h for some obscure reason
of using enums ON and OFF that might get redefined in locale.h
This causes that almost any file includes gettext.h implicitly, it
wouldn't be that bad, but in my case it forces reordering of header file
includes. What