Changeset 21930 for src/Pugs/CodeGen

Show
Ignore:
Timestamp:
08/18/08 09:06:22 (3 months ago)
Author:
pmurias
Message:

[pugs] removed the useless use of constant warning

Files:
1 modified

Legend:

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

    r21848 r21930  
    1111genM0ld filepath = do 
    1212    penv <- compile () :: Eval PIL_Environment 
    13     return $ VStr $ filepath++"\n" 
     13    return $ VStr $ (show penv)