Changeset 21706 for src/Pugs/Run

Show
Ignore:
Timestamp:
08/01/08 16:18:43 (4 months ago)
Author:
audreyt
Message:

* Pugs.Run.Perl5: Do without -cpp

Files:
1 modified

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 #-} 
    22 
    33module Pugs.Run.Perl5 () where 
    4  
    5 #ifdef PUGS_HAVE_PERL5 
    64 
    75import Pugs.Internals 
     
    145143undefVal :: IO PugsVal 
    146144undefVal = mkValPtr VUndef 
    147  
    148 #endif