Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodeGen/FixNames.h

    r61efa42 r11df881  
    1616#pragma once
    1717
     18#include <list>  // for list
     19
     20class Declaration;
    1821namespace ast {
    1922        class TranslationUnit;
     
    2124
    2225namespace CodeGen {
    23 
     26        /// mangles object and function names
     27        void fixNames( std::list< Declaration* > & translationUnit );
    2428/// Sets scope levels and fills in main's default return.
    2529void fixNames( ast::TranslationUnit & translationUnit );
    26 
    2730} // namespace CodeGen
    2831
Note: See TracChangeset for help on using the changeset viewer.