[tex4ht-commits] [SCM] tex4ht updated: r106 - trunk/lit
karl at gnu.org.ua
karl at gnu.org.ua
Wed Jul 3 19:05:12 CEST 2013
Author: karl
Date: 2013-07-03 20:05:12 +0300 (Wed, 03 Jul 2013)
New Revision: 106
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-c.tex
trunk/lit/tex4ht-t4ht.tex
Log:
#include <kpathsea/config.h> first
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2013-06-28 09:32:03 UTC (rev 105)
+++ trunk/lit/ChangeLog 2013-07-03 17:05:12 UTC (rev 106)
@@ -1,3 +1,8 @@
+2013-07-02 Peter Breitenlohner <peb at mppmu.mpg.de>
+
+ * tex4ht-c.tex, tex4ht-t4ht.tex: Always include system headers
+ after <kpathsea/config.h>. (Backport from TeX Live.)
+
2013-03-01 Radhakrishnan CV <cvr at river-valley.org>
* tex4ht-ooffice.tex: \NoFonts ... \EndNoFonts added in
Modified: trunk/lit/tex4ht-c.tex
===================================================================
--- trunk/lit/tex4ht-c.tex 2013-06-28 09:32:03 UTC (rev 105)
+++ trunk/lit/tex4ht-c.tex 2013-07-03 17:05:12 UTC (rev 106)
@@ -361,6 +361,9 @@
\<h-include\><<<
+#ifdef KPATHSEA
+#include <kpathsea/config.h>
+#endif
#include <stdio.h> `% EOF, FILE `%
#include <stdlib.h> `% EXIT_FAILURE `%
>>>
@@ -1229,7 +1232,6 @@
\<KPATHSEA h-include\><<<
#ifdef KPATHSEA
-#include <kpathsea/config.h>
#include <kpathsea/c-errno.h>
#include <kpathsea/c-ctype.h>
#include <kpathsea/c-fopen.h>
Modified: trunk/lit/tex4ht-t4ht.tex
===================================================================
--- trunk/lit/tex4ht-t4ht.tex 2013-06-28 09:32:03 UTC (rev 105)
+++ trunk/lit/tex4ht-t4ht.tex 2013-07-03 17:05:12 UTC (rev 106)
@@ -404,6 +404,9 @@
\<h-include\><<<
+#ifdef KPATHSEA
+#include <kpathsea/config.h>
+#endif
#include <stdio.h> `% EOF, FILE `%
#include <stdlib.h> `% EXIT_FAILURE `%
>>>
@@ -518,7 +521,6 @@
#ifndef HAVE_STRRCHR
#define strrchr rindex
#endif
-#include <kpathsea/config.h>
#include <kpathsea/c-errno.h>
#include <kpathsea/c-ctype.h>
#include <kpathsea/c-fopen.h>
@@ -540,7 +542,6 @@
\<h-defines 2\><<<
`<h-include before KPATHSEA`>
#ifdef KPATHSEA
-#include <kpathsea/config.h>
#include <kpathsea/c-errno.h>
#include <kpathsea/c-ctype.h>
#include <kpathsea/c-fopen.h>
More information about the tex4ht-commits
mailing list