The lexer/parser probably don't know about # constructs (they're preprocessor syntax, not pike syntax), which results in invalid pike syntax. I think the solution is probably to "preparse" the files to remove # lines, just as a preprocessor would.
> Is that difficult to work around? If you provide me enough information > on where to look for the problem, i can try to manage it myself. _______________________________________________ pdt-devel mailing list [email protected] http://lists.riverweb.com/mailman/listinfo/pdt-devel
