octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #36861] undefined function error without id


From: Felipe G. Nievinski
Subject: [Octave-bug-tracker] [bug #36861] undefined function error without id
Date: Mon, 03 Feb 2014 13:16:03 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.102 Safari/537.36

Follow-up Comment #3, bug #36861 (project octave):

a related change is in file ov-usr-fnc.cc:


<  ::error ("invalid use of script %s in index expression", file_name.c_str
());

>  ::error_with_id ("Octave:script-invalid-index", 
>    "invalid use of script %s in index expression", file_name.c_str ());



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?36861>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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