fixes to allow more memory: disable gc after crashing with MBIT, start

from 0x09 instead of 0x10.


git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@163 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2001-09-24 14:06:06 +00:00
parent 0258eb0aab
commit af370a73e3
8 changed files with 205 additions and 146 deletions

View File

@@ -1217,7 +1217,9 @@ HandleSIGINT (int sig)
#if HAVE_LIBREADLINE
if (in_getc) {
fprintf(stderr, "Action (h for help): ");
#if HAVE_RL_SET_PROMPT
rl_set_prompt("Action (h for help): ");
#endif
}
#endif
return;