]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cp/lex.c
Remove obstacks.
[thirdparty/gcc.git] / gcc / cp / lex.c
index 2b32d01f4b36e9bfdeae87f5b4890023f517a2ad..cf6a9e33f191a4ba22813e097bff465a8cbab2d9 100644 (file)
@@ -200,7 +200,7 @@ make_call_declarator (target, parms, cv_qualifiers, exception_specification)
      tree target, parms, cv_qualifiers, exception_specification;
 {
   target = build_parse_node (CALL_EXPR, target, 
-                            decl_tree_cons (parms, cv_qualifiers, NULL_TREE),
+                            tree_cons (parms, cv_qualifiers, NULL_TREE),
                             /* The third operand is really RTL.  We
                                shouldn't put anything there.  */
                             NULL_TREE);