diff options
author | matz <matz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-11-16 13:46:57 +0000 |
---|---|---|
committer | matz <matz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-11-16 13:46:57 +0000 |
commit | bce619a695568efd4b98d5d9929d6b0f148365e6 (patch) | |
tree | e93b5bc6866b38236bebc566953efb5809d0d299 /libcpp/ChangeLog | |
parent | b01f5f9636e6937ae3d19e819c2e72ae4bf6dba7 (diff) | |
download | gcc-bce619a695568efd4b98d5d9929d6b0f148365e6.tar.gz |
* files.c (search_path_head): Fix check for absolute paths.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130229 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r-- | libcpp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 475d4f6f184..9333b8c6f38 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,7 @@ +2007-11-16 Michael Matz <matz@suse.de> + + * files.c (search_path_head): Fix check for absolute paths. + 2007-11-05 Tom Tromey <tromey@redhat.com> * include/line-map.h (LINEMAP_POSITION_FOR_COLUMN): Wrap in |