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 1442 by gezelter, Mon May 10 17:28:26 2010 UTC vs.
Revision 1558 by gezelter, Wed May 11 16:32:48 2011 UTC

# Line 5 | Line 5
5   * $Id$
6   */
7  
8 + #include "antlr/config.hpp"
9 +
10   #include <iostream>
11  
10 #include "antlr/config.hpp"
12   #include "antlr/AST.hpp"
13   #include "antlr/BaseAST.hpp"
14  
# Line 16 | Line 17 | namespace antlr {
17   namespace antlr {
18   #endif
19  
19 const char* const BaseAST::TYPE_NAME = "BaseAST";
20
20   size_t BaseAST::getNumberOfChildren() const
21   {
22          RefBaseAST t = this->down;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines