aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@redhat.com>2011-10-22 17:49:18 +0000
committerDodji Seketeli <dodji@gcc.gnu.org>2011-10-22 19:49:18 +0200
commitad2305adb4957005096c0fd019a1cb7071879abd (patch)
tree06c0096adb2e891ed006c895e4c785b4ad2b1133 /libcpp/ChangeLog
parent94bf1a5fb73fc9c6a9bf9810c56b3f1678667f20 (diff)
downloadgcc-ad2305adb4957005096c0fd019a1cb7071879abd.zip
gcc-ad2305adb4957005096c0fd019a1cb7071879abd.tar.gz
gcc-ad2305adb4957005096c0fd019a1cb7071879abd.tar.bz2
Fix cpp_peek_token behaviour (PR bootstrap/50778)
libcpp/ * include/internal.h (_cpp_remaining_tokens_num_in_context): Take the context to act upon. * lex.c (_cpp_remaining_tokens_num_in_context): Likewise. Update comment. (cpp_token_from_context_at): Likewise. (cpp_peek_token): Use the context to peek tokens from. From-SVN: r180328
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 128d3e1..3c47795 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,13 @@
+2011-10-22 Dodji Seketeli <dodji@redhat.com>
+
+ PR bootstrap/50778
+ * include/internal.h (_cpp_remaining_tokens_num_in_context): Take the
+ context to act upon.
+ * lex.c (_cpp_remaining_tokens_num_in_context): Likewise. Update
+ comment.
+ (cpp_token_from_context_at): Likewise.
+ (cpp_peek_token): Use the context to peek tokens from.
+
2011-10-20 Dodji Seketeli <dodji@redhat.com>
PR bootstrap/50801