Tweaked to work on Windows

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1774 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2003-04-16 18:31:10 +00:00
parent 4614fdfd6b
commit edadce6c55

View File

@ -133,7 +133,7 @@ SKIP :
|
"\t"
|
"\n"
"\r\n"
|
"//" : IN_LINE_COMMENT
|
@ -144,7 +144,7 @@ SKIP :
<IN_LINE_COMMENT> SKIP:
{
"\n" : DEFAULT
"\r\n" : DEFAULT
}
<IN_LINE_COMMENT> MORE:
@ -164,7 +164,7 @@ SKIP :
<PREPROCESSOR_OUTPUT> SKIP:
{
"\n" : DEFAULT
"\r\n" : DEFAULT
}
<PREPROCESSOR_OUTPUT> MORE: