pesky ^C and abort fixes (I hope)
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@236 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -689,6 +689,9 @@ token(void)
|
||||
eat up the escape sequence. */
|
||||
ErrorMessage = "invalid escape sequence";
|
||||
}
|
||||
} else if (chtype[ch] == EF) {
|
||||
ReleasePreAllocCodeSpace((CODEADDR)TokImage);
|
||||
return (eot_tok);
|
||||
} else {
|
||||
*charp++ = ch;
|
||||
my_get_quoted_ch();
|
||||
|
Reference in New Issue
Block a user