Changes in src/SymTab/Indexer.h [af5c204a:30f9072]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Indexer.h
raf5c204a r30f9072 17 17 #define INDEXER_H 18 18 19 #include <list> 20 #include <string> 19 #include <iosfwd> // for ostream 20 #include <list> // for list 21 #include <string> // for string 21 22 22 #include "SynTree/Visitor.h" 23 #include "SynTree/Visitor.h" // for Visitor 24 #include "SynTree/SynTree.h" // for AST nodes 23 25 24 26 namespace SymTab { … … 126 128 127 129 struct Impl; 130 128 131 Impl *tables; ///< Copy-on-write instance of table data structure 129 132 unsigned long scope; ///< Scope index of this pointer
Note: See TracChangeset
for help on using the changeset viewer.