Mercurial > hg > octave-lyh
diff src/input.cc @ 7409:73036cdd855d
[project @ 2008-01-22 20:31:59 by jwe]
author | jwe |
---|---|
date | Tue, 22 Jan 2008 20:32:00 +0000 |
parents | 745a8299c2b5 |
children | d3fe4d466bc2 |
line wrap: on
line diff
--- a/src/input.cc +++ b/src/input.cc @@ -141,7 +141,7 @@ // TRUE if the plotting system has requested a call to drawnow at // the next user prompt. -static bool Vdrawnow_requested = false; +bool Vdrawnow_requested = false; // TRUE if we are running in the Emacs GUD mode. static bool Vgud_mode = false;