diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-26 17:27:35 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-26 17:27:35 +0000 |
commit | d2b5c460fa3672918d9c57c111a622f58c890cc1 (patch) | |
tree | 1b811226deb2dde7bbdacf70d020d4b0c721b554 /include | |
parent | 0ebb933106dbab4f0ff98701aeedf29dc58fc2c9 (diff) | |
download | gcc-d2b5c460fa3672918d9c57c111a622f58c890cc1.tar.gz |
ChangeLog fixes. (Changes to ChangeLog do not get a ChangeLog entry).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158741 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 5c01852a529..95e147b78c3 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -3,6 +3,7 @@ * filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR, always define it independently of host, add `dos_based' parameter, and handle it. + (PATH_SEPARATOR): Define. (HAS_DRIVE_SPEC_1): Rename from HAS_DRIVE_SPEC, always define it independently of host, add `dos_based' parameter, and handle it. (IS_ABSOLUTE_PATH_1): Rename from IS_ABSOLUTE_PATH, always define @@ -98,7 +99,7 @@ * plugin-api.h: Fix compile. -2008-10-03 Rafael Espindola <espindola@google.com> +2009-10-03 Rafael Espindola <espindola@google.com> * plugin-api.h: New. * lto-symtab.h: New. @@ -186,7 +187,7 @@ * ansidecl.h: Add extern "C" when compiling with C++. Treat C++ the way we treat an ISO C compiler. Don't define inline as a - macdro when compiling with C++. + macro when compiling with C++. * dyn-string.h: Add header guard DYN_STRING_H. Add extern "C" when compiling with C++. * fibheap.h: Add extern "C" when compiling with C++. |