diff options
| author | dodji <dodji@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-12-05 09:20:59 +0000 |
|---|---|---|
| committer | dodji <dodji@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-12-05 09:20:59 +0000 |
| commit | 80e34234dd0687c8d3acaf206569822189769ca6 (patch) | |
| tree | 5bd07836f627198e3bae781b29925ccf577a2c3f /libcpp/ChangeLog | |
| parent | f883da8463719d4a89f256f064df8261a10809ec (diff) | |
| download | ppe42-gcc-80e34234dd0687c8d3acaf206569822189769ca6.tar.gz ppe42-gcc-80e34234dd0687c8d3acaf206569822189769ca6.zip | |
Add 'inline' to prototype of tokens_buff_remove_last_token
libcpp/
* macro.c (tokens_buff_remove_last_token)
(tokens_buff_put_token_to): Add an 'inline' function specifier to
the prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182002 138bc75d-0d04-0410-961f-82ee72b054a4
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 1df9e080268..f47bf03a341 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,9 @@ +2011-12-03 Dodji Seketeli <dodji@redhat.com> + + * macro.c (tokens_buff_remove_last_token) + (tokens_buff_put_token_to): Add an 'inline' function specifier to + the prototype. + 2011-11-22 Diego Novillo <dnovillo@google.com> * include/line-map.h (linemap_dump): Declare. |

