[project @ 2001-01-27 07:46:27 by qrczak]
authorqrczak <unknown>
Sat, 27 Jan 2001 07:46:27 +0000 (07:46 +0000)
committerqrczak <unknown>
Sat, 27 Jan 2001 07:46:27 +0000 (07:46 +0000)
Rename errno.h to ghc_errno.h.
(We could as well use hsc2hs.)

ghc/lib/std/PrelCError.lhs
ghc/lib/std/cbits/ghc_errno.h [moved from ghc/lib/std/cbits/errno.h with 83% similarity]

index 6fae07d..12132fb 100644 (file)
@@ -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
similarity index 83%
rename from ghc/lib/std/cbits/errno.h
rename to ghc/lib/std/cbits/ghc_errno.h
index 80cb78b..89da593 100644 (file)
@@ -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
  *