Oops, accidentally committed the 3.3 version to mainline. Undone.

From-SVN: r68156
This commit is contained in:
Franz Sirl 2003-06-18 15:29:12 +00:00
parent c8a209ca24
commit 7d8b7202f8
1 changed files with 0 additions and 3 deletions

View File

@ -61,7 +61,6 @@ struct kernel_old_sigaction {
# define INIT_SEGV \
do \
{ \
nullp = new java::lang::NullPointerException (); \
struct kernel_old_sigaction kact; \
kact.k_sa_handler = catch_segv; \
kact.k_sa_mask = 0; \
@ -73,8 +72,6 @@ while (0)
# define INIT_FPE \
do \
{ \
arithexception = new java::lang::ArithmeticException \
(JvNewStringLatin1 ("/ by zero")); \
struct kernel_old_sigaction kact; \
kact.k_sa_handler = catch_fpe; \
kact.k_sa_mask = 0; \