use arrays to implement catch and throw instead of record
cleanup queues at top-level and at catch-throw. git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@69 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -1099,7 +1099,7 @@ ProcessSIGINT(void)
|
||||
if (in_readline) {
|
||||
/* readline must eat a newline, otherwise we will
|
||||
have to wait before we do the Abort() */
|
||||
} else {
|
||||
} else if (!(PrologMode & CritMode)) {
|
||||
#endif
|
||||
#if defined(__MINGW32__) || _MSC_VER
|
||||
/* we can't do a direct abort, so ask the system to do it for us */
|
||||
|
Reference in New Issue
Block a user