Nuked hschooks.h in favour of cutils.h, which has the prototypes we need
authorsven.panne@aedion.de <unknown>
Thu, 10 Aug 2006 15:42:25 +0000 (15:42 +0000)
committersven.panne@aedion.de <unknown>
Thu, 10 Aug 2006 15:42:25 +0000 (15:42 +0000)
compiler/Makefile
compiler/parser/hschooks.h [deleted file]

index 4aa67ce..0d8d8c7 100644 (file)
@@ -608,7 +608,7 @@ parser/Lexer_HC_OPTS += -funbox-strict-fields
 
 # ghc_strlen percolates through so many modules that it is easier to get its
 # prototype via a global option instead of a myriad of per-file OPTIONS
-SRC_HC_OPTS += '-\#include "hschooks.h"'
+SRC_HC_OPTS += '-\#include "cutils.h"'
 
 # ----------------------------------------------------------------------------
 #              Generate supporting stuff for prelude/PrimOp.lhs 
diff --git a/compiler/parser/hschooks.h b/compiler/parser/hschooks.h
deleted file mode 100644 (file)
index 4ce1c0f..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-/* -----------------------------------------------------------------------------
- * $Id: hschooks.h,v 1.4 2002/04/22 14:54:10 simonmar Exp $
- *
- * Hooks into the RTS from the compiler.
- *
- * -------------------------------------------------------------------------- */
-
-#include "HsFFI.h"
-