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: Michael Goffioul
Subject: MSVC compiler support [patch 33]: Help
Date: Tue, 17 Oct 2006 22:10:01 +0200
User-agent: Thunderbird 1.5.0.7 (Windows/20060909)


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]