ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/antlr/BaseAST.cpp
(Generate patch)

Comparing trunk/src/antlr/BaseAST.cpp (file contents):
Revision 1558 by gezelter, Wed May 11 16:32:48 2011 UTC vs.
Revision 1782 by gezelter, Wed Aug 22 02:28:28 2012 UTC

# Line 270 | Line 270 | ANTLR_API RefAST nullAST;
270   // this is nasty, but it makes the code generation easier
271   ANTLR_API RefAST nullAST;
272  
273 < #if defined(_MSC_VER) && !defined(__ICL) // Microsoft Visual C++
273 > #if defined(_MSC_VER) && !defined(__ICL)
274 > // Microsoft Visual C++
275   extern ANTLR_API AST* const nullASTptr = 0;
276   #else
277   ANTLR_API AST* const nullASTptr = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines