Changes in src/InitTweak/FixGlobalInit.h [490fb92e:293dc1c]
- File:
-
- 1 edited
-
src/InitTweak/FixGlobalInit.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/FixGlobalInit.h
r490fb92e r293dc1c 29 29 /// function is for library code. 30 30 void fixGlobalInit( std::list< Declaration * > & translationUnit, bool inLibrary ); 31 void fixGlobalInit( std::list< ast::ptr<ast::Decl> >& translationUnit, bool inLibrary );31 void fixGlobalInit( ast::TranslationUnit & translationUnit, bool inLibrary ); 32 32 } // namespace 33 33
Note:
See TracChangeset
for help on using the changeset viewer.