Changeset 8907
- Timestamp:
- 02/01/06 15:53:16 (3 years ago)
- Location:
- src/Pugs
- Files:
-
- 2 modified
-
Lexer.hs (modified) (1 diff)
-
Run/Perl5.hs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Lexer.hs
r8724 r8907 1 {-# OPTIONS_GHC -fglasgow-exts #-}1 {-# OPTIONS_GHC -fglasgow-exts -fvia-C -optc-w #-} 2 2 {-# OPTIONS_GHC -#include "../UnicodeC.h" #-} 3 3 -
src/Pugs/Run/Perl5.hs
r8905 r8907 1 {-# OPTIONS_GHC -fglasgow-exts -cpp -f no-warn-unused-binds -fno-warn-unused-imports #-}1 {-# OPTIONS_GHC -fglasgow-exts -cpp -fvia-C -optc-w -fno-warn-unused-binds -fno-warn-unused-imports #-} 2 2 3 3 module Pugs.Run.Perl5 () where … … 14 14 import Foreign.C.String 15 15 import Foreign.Marshal.Array 16 import Foreign.StablePtr17 16 18 17 foreign export ccall "pugs_Eval"
