diff options
-rw-r--r-- | Build/source/texk/web2c/ChangeLog | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/web2c/ChangeLog | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index a89083afeaa..0241d6f9eb2 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,7 +1,5 @@ 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? diff --git a/Build/source/texk/web2c/web2c/ChangeLog b/Build/source/texk/web2c/web2c/ChangeLog index 7da1884b236..fb4b76a6761 100644 --- a/Build/source/texk/web2c/web2c/ChangeLog +++ b/Build/source/texk/web2c/web2c/ChangeLog @@ -1,3 +1,7 @@ +2009-06-30 Karl Berry <karl@tug.org> + + * fixwrites.c: avoid annoying warning from use of STREQ with an array. + 2009-06-23 Peter Breitenlohner <peb@mppmu.mpg.de> * native/config.h: #include <stdarg.h>, not <kpathsea/c-vararg.h>. |