Changeset 8709 for src/Pugs/CodeGen

Show
Ignore:
Timestamp:
01/16/06 19:46:29 (3 years ago)
Author:
audreyt
Message:

* note that for Parrot 0.4.2, our vivifySub hack is no longer needed.

Files:
1 modified

Legend:

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

    r8691 r8709  
    393393        , emit globPIR ] ] 
    394394 
     395-- XXX - This is TOTALLY UNNECCESSARY for Parrot 0.4.2 and later. 
    395396vivifySub :: Decl -> [Stmt] 
    396397vivifySub (DeclNS "main" decls) = concatMap vivifySub decls