aboutsummaryrefslogtreecommitdiff
path: root/src/interp/sys-utility.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-02-09 08:14:19 +0000
committerdos-reis <gdr@axiomatics.org>2010-02-09 08:14:19 +0000
commitc5d8f2f1f68d6af4a4cbcfef3437c951f4004886 (patch)
treef24c23958987b5869e817be8561b9a041fa6aa22 /src/interp/sys-utility.boot
parenta8f18be0ebee997a122a1d9dc2515f9c43fa256c (diff)
downloadopen-axiom-c5d8f2f1f68d6af4a4cbcfef3437c951f4004886.tar.gz
* interp/sys-utility.boot (RECLAIM): Don't error.
Diffstat (limited to 'src/interp/sys-utility.boot')
-rw-r--r--src/interp/sys-utility.boot4
1 files changed, 2 insertions, 2 deletions
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
++