From edadce6c55ff6110ad9a71618ebb791a4e403fd9 Mon Sep 17 00:00:00 2001 From: Tom Copeland Date: Wed, 16 Apr 2003 18:31:10 +0000 Subject: [PATCH] Tweaked to work on Windows git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1774 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/etc/cpp.jj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: