summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2005-04-03 11:49:46 (UTC)
committer Michael Krelin <hacker@klever.net>2005-04-03 11:49:46 (UTC)
commitf2ddc6833252f106cf9aa589bc13216ba25ee4e6 (patch) (side-by-side diff)
tree70187b30b79a3c850e8017337d1d1dc4918a06e5
parent67b825ecb491066424b7e48f864c0b76b4156b28 (diff)
downloadsitecing-f2ddc6833252f106cf9aa589bc13216ba25ee4e6.zip
sitecing-f2ddc6833252f106cf9aa589bc13216ba25ee4e6.tar.gz
sitecing-f2ddc6833252f106cf9aa589bc13216ba25ee4e6.tar.bz2
bugfix: comments weren't discarded in "derive" line
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--lib/sitecing_parser.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sitecing_parser.ll b/lib/sitecing_parser.ll
index 9514ce4..4fd6709 100644
--- a/lib/sitecing_parser.ll
+++ b/lib/sitecing_parser.ll
@@ -444,7 +444,7 @@ NOIDCHAR [^A-Za-z0-9_]
modi.pop_front();
BEGIN(INITIAL);
}
-<CLASSLINE,DECLLINE,IMPLLINE,VARLINE,VARINIT,IMPORTLINE,IMPORTCOMPONENT,CODEMETHODLINE,CODEMETHODARGS,INLINE,METHODLINE,METHODARGS,DECLBLOCK,IMPLBLOCK,CONSTRUCTOR,DESTRUCTOR,CODEMETHODBLOCK,CODELINE,CODEBLOCK,PRAGMALINE>{
+<CLASSLINE,DECLLINE,IMPLLINE,VARLINE,VARINIT,IMPORTLINE,IMPORTCOMPONENT,CODEMETHODLINE,CODEMETHODARGS,INLINE,METHODLINE,METHODARGS,DECLBLOCK,IMPLBLOCK,CONSTRUCTOR,DESTRUCTOR,CODEMETHODBLOCK,CODELINE,CODEBLOCK,PRAGMALINE,DERIVELINE,DERIVECOMPONENT>{
"/*" {
yy_push_state(SLASHSTAR_COMMENT);
if(!M().devour_comments()) {