We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a4d7e commit a4619b2Copy full SHA for a4619b2
src/interfaces/ecpg/preproc/pgc.l
@@ -357,7 +357,7 @@ cppinclude_next {space}*#{include_next}{space}*
357
/* first a general line for all commands not starting with "i" */
358
/* and then the other commands starting with "i", we have to add these
359
* separately because the cppline production would match on "include" too */
360
-cppline {space}*#([^i][A-Za-z]*|{if}|{ifdef}|{ifndef}|{import})((\/\*[^*/]*\*+\/)|.)*{newline}
+cppline {space}*#([^i][A-Za-z]*|{if}|{ifdef}|{ifndef}|{import})((\/\*[^*/]*\*+\/)|.|\\{space}*{newline})*{newline}
361
362
/*
363
* Dollar quoted strings are totally opaque, and no escaping is done on them.
0 commit comments