[antlr-interest] Compile ANTLR in C++

Arnar Birgisson arnarb at oddi.is
Wed Oct 22 04:28:46 PDT 2003


You should try Ric's development snapshot. In there

> I have (more correct the compiler have) located it  to be in the file 
> BaseAST.cpp:
> 
> ANTLR_API RefAST nullAST;
> ANTLR_API AST* const nullASTptr=0;

If you don't want to get the snapshot, you could try changing the second
line to

ANTLR_API extern AST* const nullASTptr=0;

Arnar


 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 




More information about the antlr-interest mailing list