From 2a59f826d3c2c5f02254f64c09f77f784a24a90f Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 24 Jan 2002 02:15:19 +0000 Subject: [PATCH] [project @ 2002-01-24 02:15:19 by sof] SMP: hack-and-slash to bring BaseReg into scope --- ghc/rts/Interpreter.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ghc/rts/Interpreter.c b/ghc/rts/Interpreter.c index f56194c..86c152f 100644 --- a/ghc/rts/Interpreter.c +++ b/ghc/rts/Interpreter.c @@ -5,11 +5,16 @@ * Copyright (c) 1994-2000. * * $RCSfile: Interpreter.c,v $ - * $Revision: 1.32 $ - * $Date: 2001/11/14 11:46:12 $ + * $Revision: 1.33 $ + * $Date: 2002/01/24 02:15:19 $ * ---------------------------------------------------------------------------*/ +#if !defined(SMP) #include "PosixSource.h" +#else +/* Hack and slash.. */ +#include "Stg.h" +#endif #include "Rts.h" #include "RtsAPI.h" #include "RtsUtils.h" -- 1.7.10.4