From c5d8f2f1f68d6af4a4cbcfef3437c951f4004886 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Tue, 9 Feb 2010 08:14:19 +0000 Subject: * interp/sys-utility.boot (RECLAIM): Don't error. --- src/interp/sys-utility.boot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/interp') diff --git a/src/interp/sys-utility.boot b/src/interp/sys-utility.boot index 01a82d9b..3fe145a3 100644 --- a/src/interp/sys-utility.boot +++ b/src/interp/sys-utility.boot @@ -1,4 +1,4 @@ --- Copyright (C) 2007-2009 Gabriel Dos Reis. +-- Copyright (C) 2007-2010 Gabriel Dos Reis. -- All rights reserved. -- -- Redistribution and use in source and binary forms, with or without @@ -192,7 +192,7 @@ RECLAIM() == )elseif %hasFeature KEYWORD::CLISP EXT::GC() )else - fatalError '"don't know how to collect" + nil )endif ++ -- cgit v1.2.3