summaryrefslogtreecommitdiff
path: root/graphics/asymptote/runtimebase.in
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/runtimebase.in')
-rw-r--r--graphics/asymptote/runtimebase.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/asymptote/runtimebase.in b/graphics/asymptote/runtimebase.in
index 5f4cd4e458..48c1b1818f 100644
--- a/graphics/asymptote/runtimebase.in
+++ b/graphics/asymptote/runtimebase.in
@@ -43,11 +43,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);