From cc63bfc3010b2a1997cbd8d123b4deaca3cfdb26 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 6 May 2003 01:50:46 +0000 Subject: [PATCH] r4825: Auto commit for Debian build --- buff-input.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buff-input.lisp b/buff-input.lisp index 36ff227..dcae08c 100644 --- a/buff-input.lisp +++ b/buff-input.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: buff-input.lisp,v 1.8 2003/05/06 01:50:04 kevin Exp $ +;;;; $Id: buff-input.lisp,v 1.9 2003/05/06 01:50:46 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -158,7 +158,7 @@ (declare (optimize (speed 3) (space 0) (safety 0))) (let ((pos 0) (done nil)) - (declare (fixnum pos) (boolean done)) + (declare (fixnum pos) (type boolean done)) (setf (fill-pointer linebuffer) 0) (do ((c (read-char strm nil +eof-char+) (read-char strm nil +eof-char+))) -- 2.34.1