diff options
Diffstat (limited to 'src/interp')
-rw-r--r-- | src/interp/sys-utility.boot | 4 |
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 ++ |