> On the subject of bugs for which fixes are found which don't 
> seem to make
> it into the CVS repository for a while, why exactly does  RtsUtil.h
> still contain the line
>   extern StgStablePtr errorHandler;
> when "errorHandler" isn't actually defined anywhere?  
> ("extern" of course doesn't
> define a symbol, it just promises that a definition can be 
> found somewhere else.)
> Last time I tried this resulted in linking falling over for me.

Good point.  And it had a declaration for the non-existent raiseError() too.
I've removed these now.

Cheers,
        Simon

Reply via email to