octave-maintainers
[Top][All Lists]
Advanced

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

Re: MinGW


From: John W. Eaton
Subject: Re: MinGW
Date: Wed, 26 Apr 2006 14:14:52 -0400

On 26-Apr-2006, John W. Eaton wrote:

| Unless there are objections, I can add this function and fix
| octave_config_info, configure, Makeconf, etc.

Wait, while I was doing this I realized that filesep is a built-in
constant so I decided to handle pathsep similarly.  Now we also have
the following static function and data members in the liboctave
dir_path class for internal use:

  bool dir_path::is_path_sep ();
  char dir_path::path_sep_char;
  std::string dir_path::path_sep_str;

Also, filesep is now a function (one more step toward removing
built-in constants and variables).

jwe



reply via email to

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