Ugly hack to fix building with clang

This commit is contained in:
Eelco Dolstra 2014-01-21 16:38:03 +01:00
parent 68cde53c47
commit 625ffd441d
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@ MODULE = Nix::Store PACKAGE = Nix::Store
PROTOTYPES: ENABLE
#undef dNOOP // Hack to work around "error: declaration of 'Perl___notused' has a different language linkage" error message on clang.
#define dNOOP
void init()
CODE:
doInit();