Commit f9f1c24e by Kazu Hirata Committed by Kazu Hirata

* tree.c: Fix a comment typo.

From-SVN: r88229
parent 6dbd43ba
2004-09-28 Kazu Hirata <kazu@cs.umass.edu>
* tree.c: Fix a comment typo.
2004-09-28 Nathan Sidwell <nathan@codesourcery.com> 2004-09-28 Nathan Sidwell <nathan@codesourcery.com>
* class.c (VTT_TOP_LEVEL_P, VTT_MARKED_BINFO_P): Remove. * class.c (VTT_TOP_LEVEL_P, VTT_MARKED_BINFO_P): Remove.
......
...@@ -2340,7 +2340,7 @@ fold_if_not_in_template (tree expr) ...@@ -2340,7 +2340,7 @@ fold_if_not_in_template (tree expr)
/* In the body of a template, there is never any need to call /* In the body of a template, there is never any need to call
"fold". We will call fold later when actually instantiating the "fold". We will call fold later when actually instantiating the
template. Integral constant expressions in templates will be template. Integral constant expressions in templates will be
evaluted via fold_non_dependent_expr, as necessary. */ evaluated via fold_non_dependent_expr, as necessary. */
return (processing_template_decl ? expr : fold (expr)); return (processing_template_decl ? expr : fold (expr));
} }
......
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