Commit 0b4d5576 by Mark Mitchell Committed by Mark Mitchell

* semantics.c: Remove outdated comment.

From-SVN: r110164
parent e7b9eb2c
2006-01-24 Mark Mitchell <mark@codesourcery.com>
* semantics.c: Remove outdated comment.
2006-01-23 Volker Reichelt <reichelt@igpm.rwth-aachen.de> 2006-01-23 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
* cp-tree.h (do_poplevel): Remove prototype. * cp-tree.h (do_poplevel): Remove prototype.
......
...@@ -51,11 +51,7 @@ ...@@ -51,11 +51,7 @@
/* There routines provide a modular interface to perform many parsing /* There routines provide a modular interface to perform many parsing
operations. They may therefore be used during actual parsing, or operations. They may therefore be used during actual parsing, or
during template instantiation, which may be regarded as a during template instantiation, which may be regarded as a
degenerate form of parsing. Since the current g++ parser is degenerate form of parsing. */
lacking in several respects, and will be reimplemented, we are
attempting to move most code that is not directly related to
parsing into this file; that will make implementing the new parser
much easier since it will be able to make use of these routines. */
static tree do_poplevel (tree); static tree do_poplevel (tree);
static tree maybe_convert_cond (tree); static tree maybe_convert_cond (tree);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment