[flexi-streams-cvs] r6 - branches/hans
            
            
            
                1 May
                
                    2008
                
            
            
                1 May
                
                '08
                
            
            
            
        
    
                2 p.m.
            
        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.")
        6396
        
      
          Age (days ago)
        
      
        6396
        
    
          Last active (days ago)
        
        
        
        0 comments
    
    
        
        1 participants
    
    
    
    
    
    
    
    
    participants (1)
- 
                
hhubner@common-lisp.net