Skip to content
Snippets Groups Projects
Commit b7e55a7b authored by Per Hedbor's avatar Per Hedbor
Browse files

Explicitly define low_hashmem to be extern.

Otherwise there is one instance per .so-file, which was not intended.
parent 7e8de524
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,7 @@ PMOD_EXPORT void reverse(char *memory, size_t nitems, size_t size);
PMOD_EXPORT void reorder(char *memory, INT32 nitems, INT32 size,INT32 *order);
#if (defined(__i386__) || defined(__amd64__)) && defined(__GNUC__)
PMOD_EXPORT
extern PMOD_EXPORT
#ifdef __i386__
__attribute__((fastcall))
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment