diff options
Diffstat (limited to 'gcc/cp/expr.c')
-rw-r--r-- | gcc/cp/expr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/cp/expr.c b/gcc/cp/expr.c index 267b847..b518646 100644 --- a/gcc/cp/expr.c +++ b/gcc/cp/expr.c @@ -33,8 +33,7 @@ along with GCC; see the file COPYING3. If not see #include "except.h" #include "tm_p.h" -/* Hook used by output_constant to expand language-specific - constants. */ +/* Expand C++-specific constants. Currently, this means PTRMEM_CST. */ tree cplus_expand_constant (tree cst) |