diff options
Diffstat (limited to 'src/c.cpp')
-rw-r--r-- | src/c.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") { } |