ExternalStream.st
changeset 15920 417d3121cd8a
parent 15918 d5fe9b9e87d3
child 15921 9941c0e5132a
equal deleted inserted replaced
15919:96f6c9fb9f7a 15920:417d3121cd8a
  1320         if (__offs > 0)                                 \
  1320         if (__offs > 0)                                 \
  1321             (ret) = __offs;                             \
  1321             (ret) = __offs;                             \
  1322     }                                                   \
  1322     }                                                   \
  1323   }
  1323   }
  1324 # else /* use STDIO */
  1324 # else /* use STDIO */
  1325 #error XXXX
       
  1326 #  define __WRITEBYTES_OBJ__(ret, f, obj, obj_offs, cnt, isBuffered, handleType)            \
  1325 #  define __WRITEBYTES_OBJ__(ret, f, obj, obj_offs, cnt, isBuffered, handleType)            \
  1327   {                                                     \
  1326   {                                                     \
  1328     int __ooffs = obj_offs;                             \
  1327     int __ooffs = obj_offs;                             \
  1329     int __offs = 0;                                     \
  1328     int __offs = 0;                                     \
  1330     char *buf = (char *)(obj);                          \
  1329     char *buf = (char *)(obj);                          \
  5827 ! !
  5826 ! !
  5828 
  5827 
  5829 !ExternalStream class methodsFor:'documentation'!
  5828 !ExternalStream class methodsFor:'documentation'!
  5830 
  5829 
  5831 version
  5830 version
  5832     ^ '$Header: /cvs/stx/stx/libbasic/ExternalStream.st,v 1.376 2014-01-28 22:21:02 stefan Exp $'
  5831     ^ '$Header: /cvs/stx/stx/libbasic/ExternalStream.st,v 1.377 2014-01-29 00:16:43 cg Exp $'
  5833 !
  5832 !
  5834 
  5833 
  5835 version_CVS
  5834 version_CVS
  5836     ^ '$Header: /cvs/stx/stx/libbasic/ExternalStream.st,v 1.376 2014-01-28 22:21:02 stefan Exp $'
  5835     ^ '$Header: /cvs/stx/stx/libbasic/ExternalStream.st,v 1.377 2014-01-29 00:16:43 cg Exp $'
  5837 ! !
  5836 ! !
  5838 
  5837 
  5839 
  5838 
  5840 ExternalStream initialize!
  5839 ExternalStream initialize!