Changeset 21706
- Timestamp:
- 08/01/08 16:18:43 (4 months ago)
- Files:
-
- 1 modified
-
src/Pugs/Run/Perl5.hs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Run/Perl5.hs
r21673 r21706 1 {-# OPTIONS_GHC -fglasgow-exts - cpp -fno-warn-unused-binds -fno-warn-unused-imports -fallow-overlapping-instances -optc-DSTABLE_H -optc-w #-}1 {-# OPTIONS_GHC -fglasgow-exts -fno-warn-unused-binds -fno-warn-unused-imports -fallow-overlapping-instances -optc-DSTABLE_H -optc-w #-} 2 2 3 3 module Pugs.Run.Perl5 () where 4 5 #ifdef PUGS_HAVE_PERL56 4 7 5 import Pugs.Internals … … 145 143 undefVal :: IO PugsVal 146 144 undefVal = mkValPtr VUndef 147 148 #endif
