diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-27 12:59:38 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-27 12:59:38 +0000 |
commit | 1785b647c73cfe054bd95725c39ac711dc324852 (patch) | |
tree | d835d4e32aff0f03e3639d3951a23a7302f304db /gcc/cpphash.h | |
parent | dc4b9d21919146d4bb89a79889693513b617c46e (diff) | |
download | gcc-1785b647c73cfe054bd95725c39ac711dc324852.tar.gz |
* cpphash.h: Update comment.
* cpplex.c: Update comments.
(_cpp_can_paste): Remove.
* cpplib.h (_cpp_can_paste): Remove.
* cppmacro.c (paste_tokens, paste_all_tokens): Update to use the
lexer rather than _cpp_can_paste.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45840 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r-- | gcc/cpphash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h index 58ae27f0e5f..5bb2ce5e681 100644 --- a/gcc/cpphash.h +++ b/gcc/cpphash.h @@ -134,7 +134,7 @@ struct cpp_context union utoken last; /* If non-NULL, a buffer used for storage related to this context. - When the context is popped, the buffer is freed. */ + When the context is popped, the buffer is released. */ _cpp_buff *buff; /* For a macro context, these are the macro and its arguments. */ |