From 9a60660e2662e6eb21f9d0b34ce403fc3ca8e3b6 Mon Sep 17 00:00:00 2001
From: dtc <dtc>
Date: Tue, 24 Oct 2000 13:31:37 +0000
Subject: [PATCH] o Add the command line switch -dynamic-space-size for setting
 the size   of the dynamic space.

---
 code/commandline.lisp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/code/commandline.lisp b/code/commandline.lisp
index f92b2eca5..49af25297 100644
--- a/code/commandline.lisp
+++ b/code/commandline.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/commandline.lisp,v 1.8 2000/10/16 17:30:06 dtc Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/commandline.lisp,v 1.9 2000/10/24 13:31:37 dtc Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -201,3 +201,4 @@
 (defswitch "noinit")
 (defswitch "hinit")
 (defswitch "batch")
+(defswitch "dynamic-space-size")
-- 
GitLab