Changeset 8907 for src/Pugs/Lexer.hs

Show
Ignore:
Timestamp:
02/01/06 15:53:16 (3 years ago)
Author:
autrijus
Message:

* Lexer and Run.Perl5: Deliberately and blatantly suppresses warnings.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Lexer.hs

    r8724 r8907  
    1 {-# OPTIONS_GHC -fglasgow-exts #-} 
     1{-# OPTIONS_GHC -fglasgow-exts -fvia-C -optc-w #-} 
    22{-# OPTIONS_GHC -#include "../UnicodeC.h" #-} 
    33