Mercurial > hg > octave-lyh
changeset 7414:905bceea061b
[project @ 2008-01-23 08:14:38 by jwe]
author | jwe |
---|---|
date | Wed, 23 Jan 2008 08:14:38 +0000 |
parents | ce6adb34ecf8 |
children | 2da391ef7f55 |
files | src/input.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/input.h +++ b/src/input.h @@ -86,7 +86,7 @@ // TRUE if the plotting system has requested a call to drawnow at // the next user prompt. -extern bool Vdrawnow_requested; +extern OCTINTERP_API bool Vdrawnow_requested; extern std::string gnu_readline (const std::string& s, bool force_readline = false);