summaryrefslogtreecommitdiff
path: root/src/cppo_lexer.mll
diff options
context:
space:
mode:
Diffstat (limited to 'src/cppo_lexer.mll')
-rw-r--r--src/cppo_lexer.mll4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cppo_lexer.mll b/src/cppo_lexer.mll
index 93ae901..9e815b9 100644
--- a/src/cppo_lexer.mll
+++ b/src/cppo_lexer.mll
@@ -522,13 +522,9 @@ and string e = parse
| '\r'? '\n'
{
- if e.in_directive then
- lexer_error lexbuf "Unterminated string literal"
- else (
add e (lexeme lexbuf);
new_line e;
string e lexbuf
- )
}
| _ as c