blob: 4b56d24b15e65ad905e454d7def967a0f1676b9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ad,v 1.1 2008/10/11 19:25:53 uwe Exp $
--- cl-chs-init.lisp.orig 2002-03-26 12:41:04.000000000 +0300
+++ cl-chs-init.lisp
@@ -65,7 +65,7 @@
(when (boundp 'system::*source-file-types*)
(pushnew (pathname ".lisp") system::*source-file-types* :test #'equalp))
- (sys::debug-unwind))
+ (sys::debug-unwind nil))
;;; end of file -- cl-chs-init.lsp --
|