don't need to throw catch.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@100 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
bf661fcdd6
commit
4c75fbc022
@ -1301,7 +1301,6 @@ MSCHandleSignal(DWORD dwCtrlType) {
|
|||||||
case CTRL_C_EVENT:
|
case CTRL_C_EVENT:
|
||||||
case CTRL_BREAK_EVENT:
|
case CTRL_BREAK_EVENT:
|
||||||
p_creep();
|
p_creep();
|
||||||
PutValue(AtomThrow, MkAtomTerm(AtomTrue));
|
|
||||||
PrologMode |= AbortMode;
|
PrologMode |= AbortMode;
|
||||||
return(TRUE);
|
return(TRUE);
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user