Mercurial > hg > octave-lyh
comparison src/c-file-ptr-stream.cc @ 3629:34458e90c576
[project @ 2000-03-23 07:35:32 by jwe]
author | jwe |
---|---|
date | Thu, 23 Mar 2000 07:37:34 +0000 |
parents | 168c4d71dc63 |
children | 3843aa0767c8 |
comparison
equal
deleted
inserted
replaced
3628:168c4d71dc63 | 3629:34458e90c576 |
---|---|
26 | 26 |
27 #ifdef HAVE_CONFIG_H | 27 #ifdef HAVE_CONFIG_H |
28 #include <config.h> | 28 #include <config.h> |
29 #endif | 29 #endif |
30 | 30 |
31 #include "c_file_ptr_stream.h" | 31 #include "c-file-ptr-stream.h" |
32 | 32 |
33 #ifndef SEEK_SET | 33 #ifndef SEEK_SET |
34 #define SEEK_SET 0 | 34 #define SEEK_SET 0 |
35 #endif | 35 #endif |
36 | 36 |