aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorRoger Sayle <roger@eyesopen.com>2004-11-27 21:59:38 +0000
committerRoger Sayle <sayle@gcc.gnu.org>2004-11-27 21:59:38 +0000
commitc812785aaaabb3012c848a9e9febb019eff62cdc (patch)
tree25e1fb0626b94baa0060522367379a530b0650f8 /libcpp/ChangeLog
parent38318b7342286bdb454b869ed2278c3d088392d6 (diff)
downloadgcc-c812785aaaabb3012c848a9e9febb019eff62cdc.tar.gz
gcc-c812785aaaabb3012c848a9e9febb019eff62cdc.tar.bz2
gcc-c812785aaaabb3012c848a9e9febb019eff62cdc.zip
internal.h: Replace all uses of uchar with unsigned char.
* internal.h: Replace all uses of uchar with unsigned char. * include/cpp-id-data.h: Likewise. Guard typedef of uchar with !IN_GCC, so uchar is only defined whilst building libcpp. Co-Authored-By: Zack Weinberg <zack@codesourcery.com> From-SVN: r91394
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 4abeeaef160..2b709b418a2 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,10 @@
+2004-11-27 Roger Sayle <roger@eyesopen.com>
+ Zack Weinberg <zack@codesourcery.com>
+
+ * internal.h: Replace all uses of uchar with unsigned char.
+ * include/cpp-id-data.h: Likewise. Guard typedef of uchar
+ with !IN_GCC, so uchar is only defined whilst building libcpp.
+
2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
* aclocal.m4: Regenerate.