Merge branch 'master' of git://factorcode.org/git/factor

release
Slava Pestov 2007-12-12 18:25:31 -05:00
commit 593967f857
2 changed files with 1 additions and 3 deletions

View File

@ -87,8 +87,7 @@ void c_to_factor_toplevel(CELL quot)
if(!AddVectoredExceptionHandler(0, (void*)exception_handler))
fatal_error("AddVectoredExceptionHandler failed", 0);
c_to_factor(quot);
if(!RemoveVectoredExceptionHandler((void*)exception_handler))
fatal_error("RemoveVectoredExceptionHandler failed", 0);
RemoveVectoredExceptionHandler((void*)exception_handler);
}
void open_console(void)

View File

@ -72,7 +72,6 @@
#elif defined(FACTOR_ARM)
#include "os-linux-arm.h"
#elif defined(FACTOR_AMD64)
#include "os-unix-ucontext.h"
#include "os-linux-x86-64.h"
#else
#error "Unsupported Linux flavor"