r4825: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 6 May 2003 01:50:46 +0000 (01:50 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 6 May 2003 01:50:46 +0000 (01:50 +0000)
buff-input.lisp

index 36ff2276527c3faa6ec0616937e76f3b1f7ff8d2..dcae08c8e823836a34cc0c4e1173daca2e95a990 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
 ;;;; 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
 ;;;;
 ;;;;
 ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
     (declare (optimize (speed 3) (space 0) (safety 0)))
     (let ((pos 0)
          (done nil))
     (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+)))
       (setf (fill-pointer linebuffer) 0)
       (do ((c (read-char strm nil +eof-char+)
              (read-char strm nil +eof-char+)))