class.c (push_lang_context): Turn off DECL_IGNORED_P for primitive Java types, if...
authorPer Bothner <bothner@gcc.gnu.org>
Thu, 13 May 1999 15:42:58 +0000 (08:42 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Thu, 13 May 1999 15:42:58 +0000 (08:42 -0700)

* class.c (push_lang_context):  Turn off DECL_IGNORED_P for
primitive Java types, if we actually see `extern "C"'.

From-SVN: r26928

gcc/cp/ChangeLog

index 555b7887dd0d8844dc4570f51584554b922d686e..f77a6228cead924b9d22a671c2ab8ba72ed70aa3 100644 (file)
@@ -1,3 +1,8 @@
+1999-05-13  Per Bothner  <bothner@cygnus.com>
+
+       * class.c (push_lang_context):  Turn off DECL_IGNORED_P for
+       primitive Java types, if we actually see `extern "C"'.
+
 1999-05-10 18:21 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
 
        * lang-specs.h: Pass -$ to the preprocessor.