Remove non-working Windows CE SEH code

release
Slava Pestov 2007-10-28 01:21:37 -04:00
parent da4c77b445
commit d69ad235f6
2 changed files with 2 additions and 3 deletions

1
vm/Config.windows.ce.arm Normal file → Executable file
View File

@ -1,5 +1,4 @@
CC = arm-wince-mingw32ce-gcc CC = arm-wince-mingw32ce-gcc
DLL_SUFFIX=-ce DLL_SUFFIX=-ce
EXE_SUFFIX=-ce EXE_SUFFIX=-ce
PLAF_DLL_OBJS += vm/os-windows-ce-arm.o
include vm/Config.windows.ce vm/Config.arm include vm/Config.windows.ce vm/Config.arm

View File

@ -37,7 +37,7 @@ char *getenv(char *name)
return 0; /* unreachable */ return 0; /* unreachable */
} }
long exception_handler(PEXCEPTION_RECORD rec, void *frame, void *ctx, void *dispatch) void c_to_factor_toplevel(CELL quot)
{ {
return 0; c_to_factor(quot);
} }