Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Concurrency/Keywords.h

    r2cf3b87 r6b0b624  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // Keywords.h -- Implement concurrency constructs from their keywords.
     7// Keywords.h --
    88//
    99// Author           : Thierry Delisle
     
    1919
    2020class Declaration;
    21 namespace ast {
    22         class TranslationUnit;
    23 }
    2421
    2522namespace Concurrency {
     
    2724        void implementMutexFuncs( std::list< Declaration * > & translationUnit );
    2825        void implementThreadStarter( std::list< Declaration * > & translationUnit );
    29 
    30 /// Implement the sue-like keywords and the suspend keyword.
    31 void implementKeywords( ast::TranslationUnit & translationUnit );
    32 /// Implement the mutex parameters and mutex statement.
    33 void implementMutex( ast::TranslationUnit & translationUnit );
    34 /// Add the thread starter code to constructors.
    35 void implementThreadStarter( ast::TranslationUnit & translationUnit );
    3626};
    3727
Note: See TracChangeset for help on using the changeset viewer.