From 1728c48722d88acc4b42c2aa0f04b2441a93c11e Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Thu, 4 Apr 1991 14:30:57 +0000 Subject: [PATCH] Added new COMPILE-FILE keywords. --- compiler/fndb.lisp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/compiler/fndb.lisp b/compiler/fndb.lisp index 707c05609..0c3782bc3 100644 --- a/compiler/fndb.lisp +++ b/compiler/fndb.lisp @@ -7,11 +7,11 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.18 1991/02/20 14:57:31 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.19 1991/04/04 14:30:57 ram Exp $") ;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.18 1991/02/20 14:57:31 ram Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.19 1991/04/04 14:30:57 ram Exp $ ;;; ;;; This file defines all the standard functions to be known functions. ;;; Each function has type and side-effect information, and may also have IR1 @@ -886,7 +886,8 @@ (values (or function symbol) boolean boolean)) (defknown compile-file ((or filename list) &key (output-file filename) (error-file filename) - (trace-file filename) (error-output t) (load t) (block-compile t)) + (trace-file filename) (error-output t) (load t) (verbose t) + (print t) (progress t) (block-compile t) (entry-points list)) (values (or pathname null) boolean boolean)) (defknown disassemble (callable &optional stream) void) -- GitLab