octave-maintainers
[Top][All Lists]
Advanced

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

MSVC compiler support [patch 33]: Help


From: John W. Eaton
Subject: MSVC compiler support [patch 33]: Help
Date: Wed, 25 Oct 2006 21:33:31 -0400

On 17-Oct-2006, Michael Goffioul wrote:

I won't apply this patch unless I know why it is needed, and even
then, I think we should find some solution other than disabling help.

jwe


| Index: src/help.cc
| ===================================================================
| RCS file: /cvs/octave/src/help.cc,v
| retrieving revision 1.165
| diff -p -c -r1.165 help.cc
| *** src/help.cc       16 Aug 2006 06:52:19 -0000      1.165
| --- src/help.cc       17 Oct 2006 11:07:42 -0000
| *************** display_help_text (std::ostream& os, con
| *** 791,796 ****
| --- 791,797 ----
|         << " --force"
|         << " --output \"" << tmp_file_name << "\"";
|   
| + #ifndef _MSC_VER
|         oprocstream filter (buf.str ());
|   
|         if (filter && filter.is_open ())
| *************** display_help_text (std::ostream& os, con
| *** 825,830 ****
| --- 826,832 ----
|         file_ops::unlink (tmp_file_name);
|       }
|         else
| + #endif
|       os << msg;
|       }
|     else


reply via email to

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