]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
objc-act.c (objc_finish_file): Remove ifdef clause for OBJCPLUS and content where...
authorAndreas Tobler <a.tobler@schweiz.org>
Thu, 2 Nov 2006 20:03:40 +0000 (20:03 +0000)
committerAndreas Tobler <andreast@gcc.gnu.org>
Thu, 2 Nov 2006 20:03:40 +0000 (21:03 +0100)
2006-11-02  Andreas Tobler  <a.tobler@schweiz.org>

* objc-act.c (objc_finish_file): Remove ifdef clause for OBJCPLUS and
content where we called cp_finish_file.

From-SVN: r118424

gcc/objc/ChangeLog
gcc/objc/objc-act.c

index c0605d05fc600e281219b0feb1b73ae11ea95079..b3647d99a89a5d225cffc6fe2428e389da6cc055 100644 (file)
@@ -1,3 +1,8 @@
+2006-11-02  Andreas Tobler  <a.tobler@schweiz.org>
+
+       * objc-act.c (objc_finish_file): Remove ifdef clause for OBJCPLUS and
+       content where we called cp_finish_file.
+
 2006-10-23 Rafael Avila de Espindola  <rafael.espindola@gmail.com>
 
        * objc-act.c (synth_module_prologue): Replace calls to
index ab0f34ae6bae9cfe7ce9132c7a9bf98a0777ed22..d0c34475b87a4315b2231d925d982ed0990da937 100644 (file)
@@ -550,10 +550,6 @@ objc_finish_file (void)
 
   if (gen_declaration_file)
     fclose (gen_declaration_file);
-
-#ifdef OBJCPLUS
-  cp_finish_file ();
-#endif
 }
 \f
 /* Return the first occurrence of a method declaration corresponding