From: qrczak Date: Sat, 27 Jan 2001 07:46:27 +0000 (+0000) Subject: [project @ 2001-01-27 07:46:27 by qrczak] X-Git-Tag: Approximately_9120_patches~2797 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=56adb5dce1f85d1e58952e5af1b2a376bfca164c;p=ghc-hetmet.git [project @ 2001-01-27 07:46:27 by qrczak] Rename errno.h to ghc_errno.h. (We could as well use hsc2hs.) --- diff --git a/ghc/lib/std/PrelCError.lhs b/ghc/lib/std/PrelCError.lhs index 6fae07d..12132fb 100644 --- a/ghc/lib/std/PrelCError.lhs +++ b/ghc/lib/std/PrelCError.lhs @@ -1,5 +1,5 @@ % ----------------------------------------------------------------------------- -% $Id: PrelCError.lhs,v 1.5 2001/01/26 17:51:54 rrt Exp $ +% $Id: PrelCError.lhs,v 1.6 2001/01/27 07:46:27 qrczak Exp $ % % (c) The FFI task force, 2000 % @@ -7,7 +7,7 @@ C-specific Marshalling support: Handling of C "errno" error codes \begin{code} -{-# OPTIONS -fno-implicit-prelude -#include "cbits/errno.h" #-} +{-# OPTIONS -fno-implicit-prelude -#include "cbits/ghc_errno.h" #-} -- this is were we get the CCONST_XXX definitions from that configure -- calculated for us diff --git a/ghc/lib/std/cbits/errno.h b/ghc/lib/std/cbits/ghc_errno.h similarity index 83% rename from ghc/lib/std/cbits/errno.h rename to ghc/lib/std/cbits/ghc_errno.h index 80cb78b..89da593 100644 --- a/ghc/lib/std/cbits/errno.h +++ b/ghc/lib/std/cbits/ghc_errno.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: errno.h,v 1.1 2001/01/26 17:51:40 rrt Exp $ + * $Id: ghc_errno.h,v 1.1 2001/01/27 07:46:27 qrczak Exp $ * * (c) The GHC Team 2001 *