diff options
author | Tom Tromey <tromey@redhat.com> | 2007-12-03 21:04:47 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2007-12-03 21:04:47 +0000 |
commit | d56a25e1303343451091b473db4877e312b96c4b (patch) | |
tree | 5a5d912d965e236f96ead02b20a6dc83a4318492 /libcpp/ChangeLog | |
parent | 4d007574449171a92b7505505bc750bf5ee2d38c (diff) | |
download | gcc-d56a25e1303343451091b473db4877e312b96c4b.zip gcc-d56a25e1303343451091b473db4877e312b96c4b.tar.gz gcc-d56a25e1303343451091b473db4877e312b96c4b.tar.bz2 |
( 5)
From-SVN: r130586
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r-- | libcpp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 3701c80..b64bfa9 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,9 @@ +2007-12-03 Tom Tromey <tromey@redhat.com> + + PR preprocessor/34288: + * configure.ac, config.in: Rebuilt. + * configure.ac: Check for ssize_t. + 2007-11-30 Tom Tromey <tromey@redhat.com> PR preprocessor/32868: |