From: sven.panne@aedion.de Date: Thu, 10 Aug 2006 15:42:25 +0000 (+0000) Subject: Nuked hschooks.h in favour of cutils.h, which has the prototypes we need X-Git-Tag: Before_FC_branch_merge~228 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=5eff59e17536156a02affc3c4de462f5e61e16c5 Nuked hschooks.h in favour of cutils.h, which has the prototypes we need --- diff --git a/compiler/Makefile b/compiler/Makefile index 4aa67ce..0d8d8c7 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -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 index 4ce1c0f..0000000 --- a/compiler/parser/hschooks.h +++ /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" -