Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/FixFunction.h

    r1931bb01 rc1ed2ee  
    1010// Created On       : Sun May 17 17:02:08 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue Jul 12 14:19:00 2022
    13 // Update Count     : 5
     12// Last Modified On : Sat Jul 22 09:45:55 2017
     13// Update Count     : 4
    1414//
    1515
     
    2121namespace ast {
    2222        class DeclWithType;
    23         class Type;
    2423}
    2524
     
    3231        /// Sets isVoid to true if type is void
    3332        const ast::DeclWithType * fixFunction( const ast::DeclWithType * dwt, bool & isVoid );
    34         const ast::Type * fixFunction( const ast::Type * type, bool & isVoid );
    3533} // namespace SymTab
    3634
Note: See TracChangeset for help on using the changeset viewer.