aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorRoger Sayle <roger@eyesopen.com>2004-11-24 14:00:38 +0000
committerRoger Sayle <sayle@gcc.gnu.org>2004-11-24 14:00:38 +0000
commitf78ce0c2f31182305ffe14ed95c4b4a18cb0d906 (patch)
tree56c3519f332c97ca08d7d9c1d54497d365375822 /libcpp/ChangeLog
parente76382b5719713f6e909866b6c6f7e71510885de (diff)
downloadgcc-f78ce0c2f31182305ffe14ed95c4b4a18cb0d906.tar.gz
gcc-f78ce0c2f31182305ffe14ed95c4b4a18cb0d906.tar.bz2
gcc-f78ce0c2f31182305ffe14ed95c4b4a18cb0d906.zip
re PR preprocessor/15824 (uchar redefinition warnings in libcpp)
PR preprocessor/15824 * configure.ac: Correct HAVE_UCHAR test to #include <sys/types.h> directly, instead of the non-existant "system.h" and "ansidecl.h". * configure: Regenerate. From-SVN: r91157
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 3e8567bf05e..a049652093c 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,10 @@
+2004-11-24 Roger Sayle <roger@eyesopen.com>
+
+ PR preprocessor/15824
+ * configure.ac: Correct HAVE_UCHAR test to #include <sys/types.h>
+ directly, instead of the non-existant "system.h" and "ansidecl.h".
+ * configure: Regenerate.
+
2004-11-23 Daniel Jacobowitz <dan@codesourcery.com>
Joseph Myers <joseph@codesourcery.com>