[flexi-streams-cvs] r6 - branches/hans
hhubner at common-lisp.net
hhubner at common-lisp.net
Thu May 1 14:00:16 UTC 2008
Author: hhubner
Date: Thu May 1 10:00:16 2008
New Revision: 6
Modified:
branches/hans/stream.lisp
Log:
Fix type of POSITION slot to be INTEGER instead of FIXNUM - Thanks, Edi!
Modified: branches/hans/stream.lisp
==============================================================================
--- branches/hans/stream.lisp (original)
+++ branches/hans/stream.lisp Thu May 1 10:00:16 2008
@@ -203,7 +203,7 @@
look ahead for a CR/LF line ending.")
(position :initform 0
:initarg :position
- :type fixnum
+ :type integer
:accessor flexi-stream-position
:documentation "The position within the stream where each
octet read counts as one.")
More information about the Flexi-streams-cvs
mailing list