1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
This commit is contained in:
Alain Magloire 2002-10-16 00:13:37 +00:00
parent 9b7110a81d
commit 711b80c01d

View file

@ -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.