From 38b2065d136722768232e4ccdc4b2638d02e9c6a Mon Sep 17 00:00:00 2001 From: sewardj Date: Mon, 11 Oct 1999 12:22:58 +0000 Subject: [PATCH] [project @ 1999-10-11 12:22:58 by sewardj] Disable object loading until Hugs/GHC class/instance sync is done. --- ghc/interpreter/hugs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/interpreter/hugs.c b/ghc/interpreter/hugs.c index d076064..8485df4 100644 --- a/ghc/interpreter/hugs.c +++ b/ghc/interpreter/hugs.c @@ -8,8 +8,8 @@ * in the distribution for details. * * $RCSfile: hugs.c,v $ - * $Revision: 1.9 $ - * $Date: 1999/10/11 12:15:13 $ + * $Revision: 1.10 $ + * $Date: 1999/10/11 12:22:58 $ * ------------------------------------------------------------------------*/ #include -- 1.7.10.4