From 3b7176c6e285089187f6772e502872cb57537870 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 30 Jan 2001 13:39:09 +0000 Subject: [PATCH] [project @ 2001-01-30 13:39:09 by simonmar] back out accidental change --- ghc/compiler/parser/Lex.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/parser/Lex.lhs b/ghc/compiler/parser/Lex.lhs index 62d1e5e..8fdd6ad 100644 --- a/ghc/compiler/parser/Lex.lhs +++ b/ghc/compiler/parser/Lex.lhs @@ -16,7 +16,7 @@ An example that provokes the error is -------------------------------------------------------- \begin{code} -{-# OPTIONS -#include "hs_ctype.h" #-} + module Lex ( ifaceParseErr, srcParseErr, -- 1.7.10.4