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

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

[Octave-bug-tracker] [bug #52804] "Interruptible" and "BusyAction" prope


From: Rik
Subject: [Octave-bug-tracker] [bug #52804] "Interruptible" and "BusyAction" properties
Date: Fri, 19 Jan 2018 18:18:35 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #12, bug #52804 (project octave):

The patch applies cleanly but when I try to compile I get an error.


libinterp/corefcn/graphics.cc: In member function ‘void
gh_manager::do_execute_callback(const graphics_handle&, const octave_value&,
const octave_value&)’:
libinterp/corefcn/graphics.cc:10323:15: error: ‘go’ was not declared in
this scope
           if (go)


This is true.  Previously "go" was declared in the function, rather than in
its own scoping block, so it was available until the function scope was
removed.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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