Changeset 7579 for src/Pugs/CodeGen
- Timestamp:
- 10/12/05 17:11:11 (3 years ago)
- Location:
- src/Pugs/CodeGen
- Files:
-
- 5 modified
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/CodeGen/Binary.hs
r6257 r7579 1 1 {-# OPTIONS_GHC -fglasgow-exts #-} 2 {-# OPTIONS_GHC -#include " UnicodeC.h" #-}2 {-# OPTIONS_GHC -#include "../../UnicodeC.h" #-} 3 3 4 4 module Pugs.CodeGen.Binary (genBinary) where -
src/Pugs/CodeGen/JSON.hs
r6257 r7579 1 1 {-# OPTIONS_GHC -fglasgow-exts -fallow-undecidable-instances -fno-warn-orphans -funbox-strict-fields -cpp #-} 2 {-# OPTIONS_GHC -#include " UnicodeC.h" #-}2 {-# OPTIONS_GHC -#include "../../UnicodeC.h" #-} 3 3 4 4 module Pugs.CodeGen.JSON (genJSON) where -
src/Pugs/CodeGen/PIL.hs
r6248 r7579 1 1 {-# OPTIONS_GHC -fglasgow-exts -fallow-undecidable-instances -fno-warn-orphans -funbox-strict-fields -cpp #-} 2 {-# OPTIONS_GHC -#include " UnicodeC.h" #-}2 {-# OPTIONS_GHC -#include "../../UnicodeC.h" #-} 3 3 4 4 module Pugs.CodeGen.PIL (genPIL) where -
src/Pugs/CodeGen/PIR.hs
r7281 r7579 1 1 {-# OPTIONS_GHC -fglasgow-exts -fallow-undecidable-instances -fno-warn-orphans -funbox-strict-fields -cpp #-} 2 {-# OPTIONS_GHC -#include " UnicodeC.h" #-}2 {-# OPTIONS_GHC -#include "../../UnicodeC.h" #-} 3 3 4 4 {-| -
src/Pugs/CodeGen/Perl5.hs
r6257 r7579 1 1 {-# OPTIONS_GHC -fglasgow-exts -fallow-undecidable-instances -fno-warn-orphans -funbox-strict-fields -cpp #-} 2 {-# OPTIONS_GHC -#include " UnicodeC.h" #-}2 {-# OPTIONS_GHC -#include "../../UnicodeC.h" #-} 3 3 4 4 module Pugs.CodeGen.Perl5 (genPerl5) where
