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