Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/FixFunction.h

    rb0845f9 rc6b4432  
    2222
    2323namespace SymTab {
    24 
    25 /// Returns declaration with function and array types replaced by equivalent pointer types.
    26 /// Sets isVoid to true if type is void.
    27 const ast::DeclWithType * fixFunction( const ast::DeclWithType * dwt, bool & isVoid );
    28 const ast::Type * fixFunction( const ast::Type * type, bool & isVoid );
    29 
     24        /// Returns declaration with function and array types replaced by equivalent pointer types.
     25        /// Sets isVoid to true if type is void
     26        const ast::DeclWithType * fixFunction( const ast::DeclWithType * dwt, bool & isVoid );
     27        const ast::Type * fixFunction( const ast::Type * type, bool & isVoid );
    3028} // namespace SymTab
    3129
Note: See TracChangeset for help on using the changeset viewer.