Mercurial > hg > octave-nkf
diff src/file-io.cc @ 3321:6923abb04e16
[project @ 1999-10-26 18:15:30 by jwe]
author | jwe |
---|---|
date | Tue, 26 Oct 1999 18:15:41 +0000 |
parents | 02866242d3ae |
children | 585a8809fd9b |
line wrap: on
line diff
--- a/src/file-io.cc +++ b/src/file-io.cc @@ -1408,13 +1408,13 @@ // NOTE: the values of SEEK_SET, SEEK_CUR, and SEEK_END have to be // this way for Matlab compatibility. - DEFCONST (SEEK_SET, -1.0, + DEFCONSTX ("SEEK_SET", SBV_SEEK_SET, -1.0, "used with fseek to position file relative to the beginning"); - DEFCONST (SEEK_CUR, 0.0, + DEFCONSTX ("SEEK_CUR", SBV_SEEK_CUR, 0.0, "used with fseek to position file relative to the current position"); - DEFCONST (SEEK_END, 1.0, + DEFCONSTX ("SEEK_END", SBV_SEEK_END, 1.0, "used with fseek to position file relative to the end"); DEFCONSTX ("stdin", SBV_stdin, stdin_file,