[project @ 2005-11-18 15:23:09 by simonmar]
authorsimonmar <unknown>
Fri, 18 Nov 2005 15:23:09 +0000 (15:23 +0000)
committersimonmar <unknown>
Fri, 18 Nov 2005 15:23:09 +0000 (15:23 +0000)
cosmetic

ghc/includes/TailCalls.h

index f62b10e..53db254 100644 (file)
@@ -87,10 +87,8 @@ extern void __DISCARD__(void);
 
 #define JMP_(cont)                     \
     {                                  \
-      void *__target;                  \
       __DISCARD__();                   \
-      __target = (void *)(cont);       \
-      goto *__target;                  \
+      goto *(void *)(cont);                    \
     }
 
 #endif /* x86_64_HOST_ARCH */