]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/cp/lex.c
cp-tree.h (scratch_tree_cons): Remove.
[gcc.git] / gcc / cp / lex.c
index 1ab7f0dfb39088aa75957fb48eb78e6457fc959c..21b09d47eb807237e2eb31406b6f5a71aef1aa71 100644 (file)
@@ -2751,9 +2751,9 @@ handle_cp_pragma (pname)
        }
 
       pending_vtables
-       = perm_tree_cons (NULL_TREE,
-                         get_identifier (TREE_STRING_POINTER (yylval.ttype)),
-                         pending_vtables);
+       = tree_cons (NULL_TREE,
+                    get_identifier (TREE_STRING_POINTER (yylval.ttype)),
+                    pending_vtables);
       token = real_yylex ();
       if (token != END_OF_LINE)
        warning ("trailing characters ignored");
This page took 0.02898 seconds and 5 git commands to generate.