diff options
author | Joel Brobecker <brobecker@adacore.com> | 2008-07-04 17:05:58 +0000 |
---|---|---|
committer | Joel Brobecker <brobecke@gcc.gnu.org> | 2008-07-04 17:05:58 +0000 |
commit | 47cfcc3ae8745b808f1b8375a2ffc4fd15d74eb9 (patch) | |
tree | 4f0c8bc0a90795bc88ce374ce9b4d7f2a5bb54c4 /include/ChangeLog | |
parent | 99805865c56f80f6c32d7acdec400bb8464c8359 (diff) | |
download | gcc-47cfcc3ae8745b808f1b8375a2ffc4fd15d74eb9.zip gcc-47cfcc3ae8745b808f1b8375a2ffc4fd15d74eb9.tar.gz gcc-47cfcc3ae8745b808f1b8375a2ffc4fd15d74eb9.tar.bz2 |
safe-ctype.h: Remove #error when detecting that ctype.h has been included.
* safe-ctype.h: Remove #error when detecting that ctype.h has been
included. Redefine the various macros provided by ctype.h as
undefined variables.
From-SVN: r137480
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index bf1af8d..66f6249 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,9 @@ +2008-07-04 Joel Brobecker <brobecker@adacore.com> + + * safe-ctype.h: Remove #error when detecting that ctype.h has been + included. Redefine the various macros provided by ctype.h as + undefined variables. + 2008-06-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * libiberty.h (XALLOCA, XDUP, XALLOCAVEC, XDUPVEC, XALLOCAVAR, |