From 631d0d36105c07f3e8c4127d252f83dbabbd40a3 Mon Sep 17 00:00:00 2001 From: Matthew Gingell Date: Sun, 5 Oct 2008 12:35:36 +0000 Subject: cpplib.h (cpp_comments, [...]): New structs. 2008-10-05 Matthew Gingell Arnaud Charlet * 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. Co-Authored-By: Arnaud Charlet From-SVN: r140883 --- libcpp/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'libcpp/ChangeLog') 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 + Arnaud Charlet + + * 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 * include/cpplib.h (struct cpp_options): Add new boolean flag -- cgit v1.2.3