Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Tuples/Tuples.h

    r11df881 rd249e0b  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // Tuples.h -- A collection of tuple operations.
     7// Tuples.h --
    88//
    99// Author           : Rodolfo G. Esteves
     
    4646        /// replaces UniqueExprs with a temporary variable and one call
    4747        void expandUniqueExpr( std::list< Declaration * > & translationUnit );
    48         void expandUniqueExpr( ast::TranslationUnit & translationUnit );
    4948
    5049        /// returns VoidType if any of the expressions have Voidtype, otherwise TupleType of the Expression result types
Note: See TracChangeset for help on using the changeset viewer.