Changes in src/AST/Fwd.hpp [a056f56:b3a0df6]
- File:
-
- 1 edited
-
src/AST/Fwd.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Fwd.hpp
ra056f56 rb3a0df6 139 139 struct TranslationUnit; 140 140 // TODO: Get from the TranslationUnit: 141 extern Type *sizeType;142 extern FunctionDecl * dereferenceOperator;143 extern StructDecl * dtorStruct;144 extern FunctionDecl * dtorStructDestroy;141 extern ptr<Type> sizeType; 142 extern const FunctionDecl * dereferenceOperator; 143 extern const StructDecl * dtorStruct; 144 extern const FunctionDecl * dtorStructDestroy; 145 145 146 146 }
Note:
See TracChangeset
for help on using the changeset viewer.