From: sof Date: Thu, 24 Jan 2002 02:15:19 +0000 (+0000) Subject: [project @ 2002-01-24 02:15:19 by sof] X-Git-Tag: Approximately_9120_patches~262 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2a59f826d3c2c5f02254f64c09f77f784a24a90f;p=ghc-hetmet.git [project @ 2002-01-24 02:15:19 by sof] SMP: hack-and-slash to bring BaseReg into scope --- 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"