diff options
| author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-10-05 12:35:36 +0000 |
|---|---|---|
| committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-10-05 12:35:36 +0000 |
| commit | 956c6108f4cd69f7a8188d1ae822f05ddbde8604 (patch) | |
| tree | 4d3817d3b652d403b257af245aaef0fa4682d210 /libcpp/ChangeLog | |
| parent | 146ac79f902b964ba1ea339ea57f3a74f789355c (diff) | |
| download | ppe42-gcc-956c6108f4cd69f7a8188d1ae822f05ddbde8604.tar.gz ppe42-gcc-956c6108f4cd69f7a8188d1ae822f05ddbde8604.zip | |
2008-10-05 Matthew Gingell <gingell@adacore.com>
Arnaud Charlet <charlet@adacore.com>
* include/cpplib.h (cpp_comments, cpp_comment_table): New structs.
(cpp_get_comments): New function.
* internal.h (struct cpp_reader): Add comments field.
* init.c (cpp_destroy): Free comments.
* lex.c (store_comment, cpp_get_comments): New functions.
(comments): New struct.
(save_comment): Store comments in comments struct.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140883 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/ChangeLog')
| -rw-r--r-- | libcpp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 39be98972ae..278bb06d6b8 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,14 @@ +2008-10-05 Matthew Gingell <gingell@adacore.com> + Arnaud Charlet <charlet@adacore.com> + + * include/cpplib.h (cpp_comments, cpp_comment_table): New structs. + (cpp_get_comments): New function. + * internal.h (struct cpp_reader): Add comments field. + * init.c (cpp_destroy): Free comments. + * lex.c (store_comment, cpp_get_comments): New functions. + (comments): New struct. + (save_comment): Store comments in comments struct. + 2008-09-18 Simon Baldwin <simonb@google.com> * include/cpplib.h (struct cpp_options): Add new boolean flag |

