fix \nl in strings.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@740 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2003-01-13 13:13:54 +00:00
parent f46ffa6f17
commit 6f8b90b131
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ read_quoted_char(int *scan_nextp, int inp_stream, int (*QuotedNxtch)(int))
ch = QuotedNxtch(inp_stream);
switch (ch) {
case 10:
goto restart;
return QuotedNxtch(inp_stream);
case 'a':
return '\a';
case 'b':