Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    re39241b r4810867  
    3737#include "CodeGen/FixMain.h"
    3838#include "CodeTools/DeclStats.h"
     39#include "CodeTools/TrackLoc.h"
    3940#include "ControlStruct/Mutate.h"
    4041#include "SymTab/Validate.h"
     
    308309                } // if
    309310
     311                CodeTools::fillLocations( translationUnit );
    310312                CodeGen::generate( translationUnit, *output, ! noprotop, prettycodegenp, true );
    311313
Note: See TracChangeset for help on using the changeset viewer.