From 5eff59e17536156a02affc3c4de462f5e61e16c5 Mon Sep 17 00:00:00 2001 From: "sven.panne@aedion.de" Date: Thu, 10 Aug 2006 15:42:25 +0000 Subject: [PATCH] Nuked hschooks.h in favour of cutils.h, which has the prototypes we need --- compiler/Makefile | 2 +- compiler/parser/hschooks.h | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 compiler/parser/hschooks.h 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" - -- 1.7.10.4