]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* tests/headers.at (AT_TEST_CPP_GUARD_H): Use #include <...> rather
[bison.git] / ChangeLog
index f8a9f7d501a95c2a03ed9602a3e73fa819126542..bfc43f0ccd429cb63da43ab225ae3a0764911dd1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-02-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       More portability fixes for problems summarized by Nelson H. F. Beebe.
+
+       * tests/headers.at (AT_TEST_CPP_GUARD_H): Use #include <...> rather
+       than #include "...", and compile with -I'.'.  The old method was
+       not portable, according to Posix and the C standard, and it does
+       not work with Sun C 5.7, where previous #line directives affect
+       the working directory used in later #include "..." directives.
+
 2006-02-06  Juan Manuel Guerrero  <juan.guerrero@gmx.de>
 
        Various DJGGP specific issues in /djgpp