ExternalStream.st
changeset 15896 21f50b8f83f6
parent 15845 2b732fc8a4f4
child 15918 d5fe9b9e87d3
equal deleted inserted replaced
15895:5cd8d2b4e36f 15896:21f50b8f83f6
  1364                     }                                   \
  1364                     }                                   \
  1365                     (ret) = __offs = -1;                \
  1365                     (ret) = __offs = -1;                \
  1366                 }                                       \
  1366                 }                                       \
  1367                 break;                                  \
  1367                 break;                                  \
  1368             }                                           \
  1368             }                                           \
  1369             __offs += (ret);                            \
  1369             __offs += (ret); break;                     \
  1370         }                                               \
  1370         }                                               \
  1371     }                                                   \
  1371     }                                                   \
  1372     if (__offs > 0)                                     \
  1372     if (__offs > 0)                                     \
  1373         (ret) = __offs;                                 \
  1373         (ret) = __offs;                                 \
  1374   }
  1374   }
  5822 ! !
  5822 ! !
  5823 
  5823 
  5824 !ExternalStream class methodsFor:'documentation'!
  5824 !ExternalStream class methodsFor:'documentation'!
  5825 
  5825 
  5826 version
  5826 version
  5827     ^ '$Header: /cvs/stx/stx/libbasic/ExternalStream.st,v 1.374 2013-12-04 14:24:56 stefan Exp $'
  5827     ^ '$Header: /cvs/stx/stx/libbasic/ExternalStream.st,v 1.375 2014-01-15 10:39:54 stefan Exp $'
  5828 !
  5828 !
  5829 
  5829 
  5830 version_CVS
  5830 version_CVS
  5831     ^ '$Header: /cvs/stx/stx/libbasic/ExternalStream.st,v 1.374 2013-12-04 14:24:56 stefan Exp $'
  5831     ^ '$Header: /cvs/stx/stx/libbasic/ExternalStream.st,v 1.375 2014-01-15 10:39:54 stefan Exp $'
  5832 ! !
  5832 ! !
  5833 
  5833 
  5834 
  5834 
  5835 ExternalStream initialize!
  5835 ExternalStream initialize!