Changeset 15829 for src/Pugs/Compile.hs

Show
Ignore:
Timestamp:
04/04/07 19:54:22 (20 months ago)
Author:
audreyt
Message:

* Revert r15828 as promised.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Compile.hs

    r15828 r15829  
    143143    compile (Ann (Cxt cxt) rest) = enter cxt $ compile rest 
    144144    compile (Ann _ rest) = compile rest 
    145 {- 
    146145    compile (Stmts (Pad SOur _ exp) rest) = do 
    147146        compile $ mergeStmts exp rest 
     
    155154        expC    <- compile $ mergeStmts (foldl1 mergeStmts (exps ++ [exp])) rest 
    156155        return $ PPad scope symC expC 
    157 -} 
    158156    compile exp = compileStmts exp 
    159157