OSDN Git Service

* Makefile.in (c-parse.o, c-common.o): Update dependencies.
[pf3gnuchains/gcc-fork.git] / gcc / cp / lex.c
index 21e3594..c093fc1 100644 (file)
@@ -265,7 +265,8 @@ void
 cxx_finish ()
 {
   if (flag_gnu_xref)
-    GNU_xref_end (errorcount+sorrycount);
+    GNU_xref_end (errorcount + sorrycount);
+  c_common_finish ();
 }
 
 static int *
@@ -740,14 +741,6 @@ cxx_init (filename)
 
   return filename;
 }
-
-void
-finish_parse ()
-{
-  cpp_finish (parse_in);
-  /* Call to cpp_destroy () omitted for performance reasons.  */
-  errorcount += cpp_errors (parse_in);
-}
 \f
 inline void
 yyprint (file, yychar, yylval)