comparison src/oct-iostrm.cc @ 4643:ef3a14fb6847

[project @ 2003-11-22 12:25:44 by jwe]
author jwe
date Sat, 22 Nov 2003 12:25:45 +0000
parents 7b957b442818
children 19b8225bdaa2
comparison
equal deleted inserted replaced
4642:7a83d52d2aed 4643:ef3a14fb6847
36 return -1; 36 return -1;
37 } 37 }
38 38
39 // Return current stream position. 39 // Return current stream position.
40 40
41 long 41 std::streamoff
42 octave_base_iostream::tell (void) const 42 octave_base_iostream::tell (void) const
43 { 43 {
44 invalid_operation (); 44 invalid_operation ();
45 return -1; 45 return -1;
46 } 46 }