Changes in src/Concurrency/Keywords.cpp [db19e1d:c92bdcc]
- File:
-
- 1 edited
-
src/Concurrency/Keywords.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Concurrency/Keywords.cpp
rdb19e1d rc92bdcc 1510 1510 1511 1511 ast::ptr<ast::Type> MutexKeyword::generic_func = 1512 new ast::FunctionType( ast:: FixedArgs );1512 new ast::FunctionType( ast::VariableArgs ); 1513 1513 1514 1514 // --------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.