From cc42f9eb35c726ad9df6689bceee0b564e4673ef Mon Sep 17 00:00:00 2001 From: panne Date: Sat, 12 Jun 2004 12:04:19 +0000 Subject: [PATCH] [project @ 2004-06-12 12:04:19 by panne] Tell the linker that we barf in lockFile now. Nuked an evil $Id$ on the way. --- ghc/rts/Linker.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/rts/Linker.c b/ghc/rts/Linker.c index d18fd04..964f6fb 100644 --- a/ghc/rts/Linker.c +++ b/ghc/rts/Linker.c @@ -1,7 +1,6 @@ /* ----------------------------------------------------------------------------- - * $Id: Linker.c,v 1.147 2004/05/15 15:35:47 dons Exp $ * - * (c) The GHC Team, 2000-2003 + * (c) The GHC Team, 2000-2004 * * RTS Object Linker * @@ -364,6 +363,7 @@ typedef struct _RtsSymbolVal { SymX(__int_encodeDouble) \ SymX(__int_encodeFloat) \ SymX(andIntegerzh_fast) \ + SymX(barf) \ SymX(blockAsyncExceptionszh_fast) \ SymX(catchzh_fast) \ SymX(cmp_thread) \ -- 1.7.10.4