
17 Sep
2003
17 Sep
'03
9:08 p.m.
On Wed, Sep 17, 2003 at 05:14:36PM +0100, Ian Lynagh wrote:
alpha:
--- ghc6-6.0.1.orig/ghc/includes/Stg.h +++ ghc6-6.0.1/ghc/includes/Stg.h @@ -33,6 +33,8 @@ # endif #endif
+#include "TailCalls.h" + /* Configuration */ #include "config.h"
Ooops, TailCalls.h wants to be below config.h or registerised builds fail with JMP_ and friends being undefined symbols. Ian