Mercurial > hg > octave-nkf
diff src/c-file-ptr-stream.h @ 4055:7690958e7726
[project @ 2002-08-18 01:56:58 by jwe]
author | jwe |
---|---|
date | Sun, 18 Aug 2002 01:56:59 +0000 |
parents | e6f67a1ed814 |
children | 6e86256e9c54 |
line wrap: on
line diff
--- a/src/c-file-ptr-stream.h +++ b/src/c-file-ptr-stream.h @@ -72,6 +72,8 @@ : #if defined __GNUC__ && __GNUC__ >= 3 OCTAVE_STD_FILEBUF (f_arg, std::ios::in | std::ios::out), +#elif defined __INTEL_COMPILER + OCTAVE_STD_FILEBUF (f_arg), #else OCTAVE_STD_FILEBUF (f_arg ? fileno (f_arg) : -1), #endif