Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodeGen/FixNames.h

    rc50d54d r6b0b624  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // FixNames.h --
     7// FixNames.h -- 
    88//
    99// Author           : Richard C. Bilson
     
    2222namespace CodeGen {
    2323        /// mangles object and function names
    24         void fixNames( std::list< Declaration* > & translationUnit );
     24        void fixNames( std::list< Declaration* > translationUnit );
    2525} // namespace CodeGen
    2626
Note: See TracChangeset for help on using the changeset viewer.