Changeset 10059 for src/Pugs/Compile.hs
- Timestamp:
- 04/23/06 14:04:21 (3 years ago)
- Files:
-
- 1 modified
-
src/Pugs/Compile.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Compile.hs
r9256 r10059 1 1 {-# OPTIONS_GHC -fglasgow-exts -fallow-undecidable-instances -fno-warn-orphans -funbox-strict-fields -cpp #-} 2 {-# OPTIONS_GHC -#include "../UnicodeC.h" #-}3 2 4 3 {-|
