From 711b80c01d96445ef4da24abb7fb6903db6e6ff5 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Wed, 16 Oct 2002 00:13:37 +0000 Subject: [PATCH] update --- core/org.eclipse.cdt.core/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog index f94a2988b9e..f056e05e5f2 100644 --- a/core/org.eclipse.cdt.core/ChangeLog +++ b/core/org.eclipse.cdt.core/ChangeLog @@ -1,3 +1,14 @@ +2002-10-15 Alain Magloire + + By making the native methods package scope, the + compiler will not generate synthetic accessor + methods to access them in the Reaper inner class + + * utils/../utils/spawner/Spawner.java (exec0): + (exec1): Change scope to be package. + (raise): Change scope to be package. + (waitFor): Change scope to be package. + 2002-10-13 Alain Magloire Boosting the compiler error level to get unused imports.