Changeset 7579 for src/Pugs/Lexer.hs
- Timestamp:
- 10/12/05 17:11:11 (3 years ago)
- Files:
-
- 1 modified
-
src/Pugs/Lexer.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Lexer.hs
r6432 r7579 1 1 {-# OPTIONS_GHC -fglasgow-exts #-} 2 {-# OPTIONS_GHC -#include " UnicodeC.h" #-}2 {-# OPTIONS_GHC -#include "../UnicodeC.h" #-} 3 3 4 4 {-|
