[libinline-java-perl] 298/398: fix for 5.6.1

Jonas Smedegaard dr at jones.dk
Thu Feb 26 11:43:16 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 0.55
in repository libinline-java-perl.

commit 05df1ff580a80280181acae2d7a850ab00002cd0
Author: patrick_leb <>
Date:   Thu Mar 4 02:19:01 2004 +0000

    fix for 5.6.1
---
 Java/Natives/Natives.xs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Java/Natives/Natives.xs b/Java/Natives/Natives.xs
index f759687..6efed43 100644
--- a/Java/Natives/Natives.xs
+++ b/Java/Natives/Natives.xs
@@ -242,7 +242,7 @@ void noop(){
 }
 
 #define XS(n)					void n()
-#define dXSARGS					noop()
+#define dXSARGS					int dummy_dxargs = 0
 #define XS_VERSION_BOOTCHECK	noop()
 #define XSRETURN_YES			noop()
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libinline-java-perl.git



More information about the Pkg-perl-cvs-commits mailing list