mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
#ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6983 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
207ceffed4
commit
454b434d7a
@ -1,3 +1,10 @@
|
||||
2003-05-20 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
|
||||
files are compiled in alphabetical order again.
|
||||
|
||||
* gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
|
||||
|
||||
2003-05-19 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* gettext.[Ch]: remove "char const * _(char const *)".
|
||||
|
@ -131,8 +131,12 @@ lyx_SOURCES = \
|
||||
gettext.h \
|
||||
factory.h \
|
||||
factory.C \
|
||||
format.C \
|
||||
format.h \
|
||||
funcrequest.h \
|
||||
funcrequest.C \
|
||||
graph.C \
|
||||
graph.h \
|
||||
importer.C \
|
||||
importer.h \
|
||||
intl.C \
|
||||
@ -239,11 +243,7 @@ lyx_SOURCES = \
|
||||
version.C \
|
||||
version.h \
|
||||
vspace.C \
|
||||
vspace.h \
|
||||
graph.C \
|
||||
graph.h \
|
||||
format.C \
|
||||
format.h
|
||||
vspace.h
|
||||
|
||||
lyx_main.o: lyx_main.C lyx_main.h config.h version.h \
|
||||
lyxrc.h support/path.h support/filetools.h \
|
||||
|
@ -9,8 +9,8 @@
|
||||
*
|
||||
* Full author contact details are available in file CREDITS
|
||||
*/
|
||||
#ifndef _GETTEXT_H_
|
||||
#define _GETTEXT_H_
|
||||
#ifndef GETTEXT_H
|
||||
#define GETTEXT_H
|
||||
|
||||
/*
|
||||
* Native Language Support
|
||||
|
Loading…
Reference in New Issue
Block a user