Changeset 10849 for src/Pugs/CodeGen

Show
Ignore:
Timestamp:
06/23/06 15:08:16 (2 years ago)
Author:
audreyt
Message:

* err, forgot to gen main program

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/CodeGen/PIR.hs

    r10848 r10849  
    398398            , StmtIns $ "invokecc" .- [tempPMC] 
    399399            ] 
    400 --      , DeclSub "main" [SubANON] (concatMap vivifySub globPIR ++ mainPIR) ] 
     400        , DeclSub "main" [SubANON] mainPIR ] 
    401401        ] 
    402402        , emit globPIR ] ]