X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2Fstg%2FTailCalls.h;h=40c7ce73a3d00cbfa4170c080a0bf58995d2a217;hb=75fea0db6f7d187aea994485a9b85c4d2b44fb83;hp=bffd39c67432da095a8cce9abac786f393fe239e;hpb=d20d32d788e2d6c088e6b03776c428df5bb004d3;p=ghc-hetmet.git diff --git a/includes/stg/TailCalls.h b/includes/stg/TailCalls.h index bffd39c..40c7ce7 100644 --- a/includes/stg/TailCalls.h +++ b/includes/stg/TailCalls.h @@ -182,7 +182,7 @@ but uses $$dyncall if necessary to cope, just in case you aren't. -------------------------------------------------------------------------- */ -#ifdef hppa1_1_hp_hpux_TARGET +#ifdef hppa1_1_hp_hpux_HOST #define JMP_(cont) \ do { void *_procedure = (void *)(cont); \ @@ -191,7 +191,7 @@ but uses $$dyncall if necessary to cope, just in case you aren't. goto *_procedure; \ } while(0) -#endif /* hppa1_1_hp_hpux_TARGET */ +#endif /* hppa1_1_hp_hpux_HOST */ /* ----------------------------------------------------------------------------- Tail calling on PowerPC