From: Per Bothner Date: Thu, 13 May 1999 15:42:58 +0000 (-0700) Subject: class.c (push_lang_context): Turn off DECL_IGNORED_P for primitive Java types, if... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6ddf32e318dbe894ade50a69a3fe2faa8cd89d88;p=gcc.git class.c (push_lang_context): Turn off DECL_IGNORED_P for primitive Java types, if we actually see `extern "C"'. � * class.c (push_lang_context): Turn off DECL_IGNORED_P for primitive Java types, if we actually see `extern "C"'. From-SVN: r26928 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 555b7887dd0..f77a6228cea 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +1999-05-13 Per Bothner + + * 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 * lang-specs.h: Pass -$ to the preprocessor.