X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fxmlutils.asd;h=18779ec5718243cde31d346767901f6e6ce2cf9a;hb=d7019014ac92cbc1098abc26c7e6d35d17390f0f;hp=7f78010eb5e13de599b69d1f43d1e2b0b725c027;hpb=d8b217684dec9f0e22d52256f1565f14748b96c0;p=xmlutils.git diff --git a/debian/xmlutils.asd b/debian/xmlutils.asd index 7f78010..18779ec 100644 --- a/debian/xmlutils.asd +++ b/debian/xmlutils.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Sep 2002 ;;;; -;;;; $Id: xmlutils.asd,v 1.2 2002/10/15 13:59:37 kevin Exp $ +;;;; $Id: xmlutils.asd,v 1.3 2002/10/16 03:45:52 kevin Exp $ ;;;; ;;;; This file, part of cl-xmlutils, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -20,6 +20,11 @@ #-allegro (require :acl-compat) +#+lispworks +(eval-when (:compile-toplevel :load-toplevel :execute) + (defvar system::*stack-overflow-behavior* :warn) + (setq system::*stack-overflow-behavior* :warn)) + (defsystem :xmlutils :name "cl-xmlutils" :author "Franz, Inc"