Changeset 7579 for src/Pugs/Compile.hs
- Timestamp:
- 10/12/05 17:11:11 (3 years ago)
- Files:
-
- 1 modified
-
src/Pugs/Compile.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Compile.hs
r6801 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 {-|
