Skip to content

Instantly share code, notes, and snippets.

@wildekek
wildekek / README.md
Last active December 8, 2017 15:55
Memegenerator dashing job
exports.c:1334:13: error: redefinition of 'ap_hack_apr_allocator_create'
const void *ap_hack_apr_allocator_create = (const void *)apr_allocator_create;
^
exports.c:704:13: note: previous definition is here
const void *ap_hack_apr_allocator_create = (const void *)apr_allocator_create;
^
exports.c:1335:13: error: redefinition of 'ap_hack_apr_allocator_destroy'
const void *ap_hack_apr_allocator_destroy = (const void *)apr_allocator_destroy;
^
exports.c:705:13: note: previous definition is here