summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/ChangeLog
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-06-30 00:25:32 +0000
committerKarl Berry <karl@freefriends.org>2009-06-30 00:25:32 +0000
commit020569e17eb68d02a19403a94113b88e8049fbc5 (patch)
treed7e76439039277297e08eb026e510f33f89350de /Build/source/texk/web2c/ChangeLog
parentbcdef55875102900ae7616a89d60847ddd6f0d38 (diff)
include <c-auto.h>, avoid warning due to use of STREQ with an array
git-svn-id: svn://tug.org/texlive/trunk@14007 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/ChangeLog')
-rw-r--r--Build/source/texk/web2c/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index 44b129d7d16..a89083afeaa 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,3 +1,10 @@
+2009-06-30 Karl Berry <karl@tug.org>
+
+ * fixwrites.c: avoid annoying warning from use of STREQ with an array.
+
+ * config.h: #include <c-auto.h>, not <web2c/c-auto.h>.
+ -I.. is evidently not included somewhere along the line?
+
2009-06-23 Peter Breitenlohner <peb@mppmu.mpg.de>
* config.h: #include <stdarg.h>, not <kpathsea/c-vararg.h>.