summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--bin/c11.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/c11.l b/bin/c11.l
index bbce5022..b9490f2e 100644
--- a/bin/c11.l
+++ b/bin/c11.l
@@ -101,6 +101,7 @@ register|restrict|return|static|struct|switch|typedef|union|volatile|while |
 }
 
 <CharLiteral,StringLiteral>{
+	"\\\n" |
 	"\\"[''""?\\abfnrtv] |
 	"\\"([0-7]{1,3}) |
 	"\\x"([[:xdigit:]]{2}) |