--- trunk/src/mdParser/MDParser.g 2009/11/13 20:18:11 1389 +++ trunk/src/mdParser/MDParser.g 2009/11/25 20:02:06 1390 @@ -272,7 +272,7 @@ LineDirective } ("line")? // this would be for if the directive started "#line" (Space)+ - n:Decimal { setLine(oopse::lexi_cast(n->getText()) - 1); } + n:Decimal { setLine(OpenMD::lexi_cast(n->getText()) - 1); } (Space)+ (sl:StringLiteral) {std::string filename = sl->getText().substr(1,sl->getText().length()-2); observer->notify(filename);} ((Space)+ Decimal)* // To support cpp flags (GNU)