aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpphash.h
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.demon.co.uk>2001-09-27 12:59:38 +0000
committerNeil Booth <neil@gcc.gnu.org>2001-09-27 12:59:38 +0000
commitc9e7a60950592e24cc380f0237bea7e652b9f3ce (patch)
treed835d4e32aff0f03e3639d3951a23a7302f304db /gcc/cpphash.h
parent4cf817a7ebc85c4c12a3480b3179fb517964fdde (diff)
downloadgcc-c9e7a60950592e24cc380f0237bea7e652b9f3ce.zip
gcc-c9e7a60950592e24cc380f0237bea7e652b9f3ce.tar.gz
gcc-c9e7a60950592e24cc380f0237bea7e652b9f3ce.tar.bz2
cpphash.h: Update comment.
* 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. From-SVN: r45840
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r--gcc/cpphash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h
index 58ae27f..5bb2ce5 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. */