Now it works for both Win and Unix

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1775 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2003-04-16 18:52:57 +00:00
parent edadce6c55
commit 59357ba4b1

View File

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