@@ -19,7 +19,7 @@ #if defined(OF_X86_64) && (defined(OF_APPLE_RUNTIME) || defined(OF_ELF)) # include "invoke-x86_64.m" #else /* To not have an empty translation unit otherwise */ -int of_invocation_cannot_invoke; +int OFInvocationCannotInvoke; #endif