aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorPer Bothner <bothner@gcc.gnu.org>1999-05-13 08:42:58 -0700
committerPer Bothner <bothner@gcc.gnu.org>1999-05-13 08:42:58 -0700
commit6ddf32e318dbe894ade50a69a3fe2faa8cd89d88 (patch)
tree5f44b3d4d2f261feed4a9e12e28765dab87fa078 /gcc
parente229f2cdda26941375b5cdf433199ddfb8fab022 (diff)
downloadgcc-6ddf32e318dbe894ade50a69a3fe2faa8cd89d88.zip
gcc-6ddf32e318dbe894ade50a69a3fe2faa8cd89d88.tar.gz
gcc-6ddf32e318dbe894ade50a69a3fe2faa8cd89d88.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 555b788..f77a6228 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -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.