From f4bccc3d667726fb2c9e70f55a0e83bd8fb65e70 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 6 Nov 2015 23:04:22 -0500 Subject: Fix undeclared function warnings --- src/resp.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/resp.hpp') diff --git a/src/resp.hpp b/src/resp.hpp index 90a0efa..9179b16 100644 --- a/src/resp.hpp +++ b/src/resp.hpp @@ -79,6 +79,8 @@ typedef void* CFunc; ///< Compiled function (opaque) * Garbage Collection * ***************************************************************************/ +extern "C" { void* __resp_alloc(unsigned size); } + struct Object; /// Type tag for an AST node (must be even and > 1 since LSb is used as mark) -- cgit v1.2.1