Changeset 7579 for src/Pugs/CodeGen/Binary.hs
- Timestamp:
- 10/12/05 17:11:11 (3 years ago)
- Files:
-
- 1 modified
-
src/Pugs/CodeGen/Binary.hs (modified) (1 diff)
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
