aboutsummaryrefslogtreecommitdiffstats
path: root/src/c.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/c.cpp')
-rw-r--r--src/c.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c.cpp b/src/c.cpp
index ff4f09a..fb330dc 100644
--- a/src/c.cpp
+++ b/src/c.cpp
@@ -37,7 +37,7 @@ struct CEngine : public Engine {
: out(
"#include <stdint.h>\n"
"#include <stdbool.h>\n"
- "void* resp_gc_allocate(unsigned size, uint8_t tag);\n\n")
+ "void* __resp_alloc(unsigned size, uint8_t tag);\n\n")
{
}