octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MSVC compilation patch: include file-io.h


From: Michael Goffioul
Subject: Re: MSVC compilation patch: include file-io.h
Date: Sat, 28 Oct 2006 16:05:25 +0200
User-agent: Thunderbird 1.5.0.7 (Windows/20060909)

John W. Eaton a écrit :
| Index: src/file-io.cc
| ===================================================================
| RCS file: /cvs/octave/src/file-io.cc,v
| retrieving revision 1.181
| diff -c -r1.181 file-io.cc
| *** src/file-io.cc    27 Oct 2006 01:45:56 -0000      1.181
| --- src/file-io.cc    28 Oct 2006 09:14:55 -0000
| ***************
| *** 76,81 ****
| --- 76,83 ----
|   #include "utils.h"
|   #include "variables.h"
| | + #include "file-io.h" | + | static octave_value stdin_file;
|   static octave_value stdout_file;
|   static octave_value stderr_file;

It seems to be already included in my current sources, which are up to
date with the CVS archive.

Oops. Sorry. Works OK.

Michael.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]