From: igloo Date: Sun, 12 Oct 2003 13:24:52 +0000 (+0000) Subject: [project @ 2003-10-12 13:24:52 by igloo] X-Git-Tag: Approx_11550_changesets_converted~371 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4f67454e8017252fe17fb3c0bb30938acf00007c;p=ghc-hetmet.git [project @ 2003-10-12 13:24:52 by igloo] #ifdef IN_STG_CODE -> #if IN_STG_CODE --- diff --git a/ghc/includes/TailCalls.h b/ghc/includes/TailCalls.h index 05dc852..bdcc400 100644 --- a/ghc/includes/TailCalls.h +++ b/ghc/includes/TailCalls.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: TailCalls.h,v 1.14 2003/09/21 13:22:02 igloo Exp $ + * $Id: TailCalls.h,v 1.15 2003/10/12 13:24:52 igloo Exp $ * * (c) The GHC Team, 1998-1999 * @@ -98,7 +98,7 @@ extern void __DISCARD__(void); #ifdef alpha_TARGET_ARCH -#ifdef IN_STG_CODE +#if IN_STG_CODE register void *_procedure __asm__("$27"); #endif