octave-maintainers
[Top][All Lists]
Advanced

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

Re: strace of exist function for a variable


From: David Bateman
Subject: Re: strace of exist function for a variable
Date: Thu, 10 Feb 2005 11:36:43 +0100
User-agent: Mozilla Thunderbird 0.8 (X11/20040923)

Forget the last patch, it was wrong.. The correct one is attached. Same changelog

D.

--
David Bateman                                address@hidden
Motorola Labs - Paris +33 1 69 35 48 04 (Ph) Parc Les Algorithmes, Commune de St Aubin +33 1 69 35 77 01 (Fax) 91193 Gif-Sur-Yvette FRANCE

The information contained in this communication has been classified as: [x] General Business Information [ ] Motorola Internal Use Only [ ] Motorola Confidential Proprietary

*** src/variables.cc~   2004-12-28 02:59:05.000000000 +0100
--- src/variables.cc    2005-02-10 11:28:14.524458880 +0100
***************
*** 823,829 ****
        }
      }
  
!   if (! retval)
      {
        string_vector names (2);
  
--- 823,829 ----
        }
      }
  
!   if (type != "var" && type != "builtin" && ! retval)
      {
        string_vector names (2);
  
***************
*** 846,852 ****
        }
      }
  
!   if (! retval)
      {
        std::string file_name = file_in_path (name, "");
  
--- 846,852 ----
        }
      }
  
!   if (type != "var" && type != "builtin" && ! retval)
      {
        std::string file_name = file_in_path (name, "");
  

reply via email to

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