Changeset 5356 for src/Pugs/Compile

Show
Ignore:
Timestamp:
07/10/05 14:11:08 (3 years ago)
Author:
gaal
svk:copy_cache_prev:
7349
Message:

unbreak the build (subType -> subEnv)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Compile/Pugs.hs

    r5355 r5356  
    161161#else  
    162162    compile code | subType code == SubPrim = return $ text "mkPrim" 
    163     compile code = return $ text $ show code{ subType = Nothing } 
     163    compile code = return $ text $ show code{ subEnv = Nothing } 
    164164#endif  
    165165