Merge ssh://192.168.66.221/~vitor/Yap/yap-6.3
This commit is contained in:
3
os/sig.c
3
os/sig.c
@@ -816,6 +816,9 @@ yap_error_number Yap_MathException__(USES_REGS1) {
|
||||
|
||||
/* SIGINT can cause problems, if caught before full initialization */
|
||||
void Yap_InitOSSignals(int wid) {
|
||||
if (Yap_embedded) {
|
||||
return;
|
||||
}
|
||||
if (GLOBAL_PrologShouldHandleInterrupts) {
|
||||
#if !defined(LIGHT) && !_MSC_VER && !defined(__MINGW32__) && !defined(LIGHT)
|
||||
my_signal(SIGQUIT, ReceiveSignal);
|
||||
|
Reference in New Issue
Block a user