diff --git a/pmd/etc/cpp.jj b/pmd/etc/cpp.jj index ce01647be5..2cea8ccd22 100644 --- a/pmd/etc/cpp.jj +++ b/pmd/etc/cpp.jj @@ -133,7 +133,7 @@ SKIP : | "\t" | - "\n" + "\r\n" | "//" : IN_LINE_COMMENT | @@ -144,7 +144,7 @@ SKIP : SKIP: { - "\n" : DEFAULT + "\r\n" : DEFAULT } MORE: @@ -164,7 +164,7 @@ SKIP : SKIP: { - "\n" : DEFAULT + "\r\n" : DEFAULT } MORE: