]> git.lyx.org Git - features.git/commitdiff
#ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
authorAngus Leeming <leeming@lyx.org>
Tue, 20 May 2003 08:07:43 +0000 (08:07 +0000)
committerAngus Leeming <leeming@lyx.org>
Tue, 20 May 2003 08:07:43 +0000 (08:07 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6983 a592a061-630c-0410-9148-cb99ea01b6c8

src/ChangeLog
src/Makefile.am
src/gettext.h

index 1a79aca3994361201c768d92648077c244ae0ade..5baf028b87e1cdcb6baf6aa29578e793f5d9f90e 100644 (file)
@@ -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 *)".
index db9abb5441b57aa4192dbca089a5a80a2801fb0b..61834c4844053caf225ba357e18eba6ff231bbf7 100644 (file)
@@ -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 \
index f19d4508ceecd9f22586d79fd722cfb870ec3be7..d1413cac82eb4a34af025e585b4bdfff4753801f 100644 (file)
@@ -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