From: qrczak Date: Tue, 20 Feb 2001 03:41:31 +0000 (+0000) Subject: [project @ 2001-02-20 03:41:31 by qrczak] X-Git-Tag: Approximately_9120_patches~2595 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d9ab3ccfe294390837262a6551a73d0bed4a5a6d;p=ghc-hetmet.git [project @ 2001-02-20 03:41:31 by qrczak] Remove unbalanced #endif. --- diff --git a/ghc/lib/std/cbits/system.c b/ghc/lib/std/cbits/system.c index 92b04f1..ed1b85a 100644 --- a/ghc/lib/std/cbits/system.c +++ b/ghc/lib/std/cbits/system.c @@ -1,7 +1,7 @@ /* * (c) The GRASP/AQUA Project, Glasgow University, 1994-1998 * - * $Id: system.c,v 1.10 2001/02/19 16:18:38 rrt Exp $ + * $Id: system.c,v 1.11 2001/02/20 03:41:31 qrczak Exp $ * * system Runtime Support */ @@ -32,8 +32,7 @@ # include # endif #else - #include /* for Sleep */ -#endif +# include /* for Sleep */ #endif #ifdef HAVE_VFORK_H