Changeset 8907 for src/Pugs/Lexer.hs
- Timestamp:
- 02/01/06 15:53:16 (3 years ago)
- Files:
-
- 1 modified
-
src/Pugs/Lexer.hs (modified) (1 diff)
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
