From 34584130d4004aa9b4684d88ba9673717a5ab5c3 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Sat, 26 Jan 2008 19:37:43 +0000 Subject: [PATCH] Turned off tab warnings for the files auto-generated by Alex (which contain a lot of tabs) --- frontends/LexOccam.x | 2 +- frontends/LexRain.x | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontends/LexOccam.x b/frontends/LexOccam.x index 4986663..4354ffb 100644 --- a/frontends/LexOccam.x +++ b/frontends/LexOccam.x @@ -1,4 +1,4 @@ -{ {-# OPTIONS_GHC -fno-warn-unused-imports #-} +{ {-# OPTIONS_GHC -fno-warn-unused-imports -fno-warn-tabs #-} {- Tock: a compiler for parallel languages Copyright (C) 2007 University of Kent diff --git a/frontends/LexRain.x b/frontends/LexRain.x index 9d3b652..44c341c 100644 --- a/frontends/LexRain.x +++ b/frontends/LexRain.x @@ -1,4 +1,4 @@ -{ {-# OPTIONS_GHC -fno-warn-unused-imports #-} +{ {-# OPTIONS_GHC -fno-warn-unused-imports -fno-warn-tabs #-} {- Tock: a compiler for parallel languages Copyright (C) 2007 University of Kent