summaryrefslogtreecommitdiff
path: root/graphics/asymptote/runhistory.cc
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/runhistory.cc')
-rw-r--r--graphics/asymptote/runhistory.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/asymptote/runhistory.cc b/graphics/asymptote/runhistory.cc
index f6a9cc8cf9..089807c5a0 100644
--- a/graphics/asymptote/runhistory.cc
+++ b/graphics/asymptote/runhistory.cc
@@ -42,11 +42,11 @@ using camp::triple;
#include <primitives.h>
#undef PRIMITIVE
-typedef double real;
-
void unused(void *);
namespace run {
+typedef double real;
+
array *copyArray(array *a);
array *copyArray2(array *a);
array *copyArray3(array *a);