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:
parent
f46ffa6f17
commit
6f8b90b131
@ -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':
|
||||
|
Reference in New Issue
Block a user