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

Comparing branches/development/src/antlr/TokenStreamRewriteEngine.cpp (file contents):
Revision 1465 by chuckv, Fri Jul 9 23:08:25 2010 UTC vs.
Revision 1633 by gezelter, Thu Sep 15 13:39:36 2011 UTC

# Line 1 | Line 1
1 + #include <antlr/config.hpp>
2 +
3   #include <string>
4   #include <list>
5   #include <vector>
# Line 8 | Line 10
10   #include <sstream>
11   #include <cassert>
12  
11 #include <antlr/config.hpp>
12
13   #include <antlr/TokenStream.hpp>
14   #include <antlr/TokenWithIndex.hpp>
15   #include <antlr/BitSet.hpp>
# Line 19 | Line 19 | namespace antlr {
19   namespace antlr {
20   #endif
21  
22 + #ifndef NO_STATIC_CONSTS
23 + const size_t TokenStreamRewriteEngine::MIN_TOKEN_INDEX = 0;
24 + const int TokenStreamRewriteEngine::PROGRAM_INIT_SIZE = 100;
25 + #endif
26 +
27   const char* TokenStreamRewriteEngine::DEFAULT_PROGRAM_NAME = "default";
28  
29   namespace {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines