Changeset 13587 for src/Pugs/Val

Show
Ignore:
Timestamp:
09/25/06 06:42:04 (2 years ago)
Author:
gaal
Message:

* Pugs.Val: add -funbox-strict-fields to let ValNative? be what it says
* castVal for ValUndef? and ValNative?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Val/Base.hs

    r13488 r13587  
    1 {-# OPTIONS_GHC -fglasgow-exts -fallow-overlapping-instances #-} 
     1{-# OPTIONS_GHC -fglasgow-exts -fallow-overlapping-instances -funbox-strict-fields #-} 
    22 
    33module Pugs.Val.Base where