fixes to?\012handle interrupts ^C in Windows.
Improvements to configure scripts for WIN32 configurations. --with-readline= option for configure git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@96 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
11
C/stdpreds.c
11
C/stdpreds.c
@@ -304,14 +304,6 @@ get_char_from_string(int sno)
|
||||
}
|
||||
|
||||
|
||||
#ifndef INFINITY
|
||||
#define INFINITY (1.0/0.0)
|
||||
#endif
|
||||
|
||||
#ifndef NAN
|
||||
#define NAN (0.0/0.0)
|
||||
#endif
|
||||
|
||||
static Term
|
||||
get_num(char *t)
|
||||
{
|
||||
@@ -1249,7 +1241,7 @@ p_abort(void)
|
||||
/* make sure we won't go creeping around */
|
||||
CreepFlag = CalculateStackGap();
|
||||
yap_flags[SPY_CREEP_FLAG] = 0;
|
||||
Error(PURE_ABORT,TermNil,"");
|
||||
Abort("");
|
||||
return(FALSE);
|
||||
}
|
||||
|
||||
@@ -2085,6 +2077,7 @@ p_has_yap_or(void)
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
static Int
|
||||
p_has_tabling(void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user