diff options
Diffstat (limited to 'graphics/asymptote/runhistory.in')
-rw-r--r-- | graphics/asymptote/runhistory.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/asymptote/runhistory.in b/graphics/asymptote/runhistory.in index fce3ccadfd..78dcbb6d54 100644 --- a/graphics/asymptote/runhistory.in +++ b/graphics/asymptote/runhistory.in @@ -22,6 +22,10 @@ using namespace run; typedef array stringarray; using types::stringArray; +namespace camp { +bool allowRender=true; +} + #if defined(HAVE_LIBREADLINE) && defined(HAVE_LIBCURSES) #include <readline/readline.h> #include <readline/history.h> @@ -67,9 +71,6 @@ string historyfilename(const string &name) return historyname+"_"+name; } -namespace camp { -bool allowRender=true; -} #endif namespace run { |