OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Inline-Python?expand=0&rev=22
13 lines
347 B
Diff
13 lines
347 B
Diff
diff -ur Inline-Python-0.57/Python.xs Inline-Python-0.57_fix/Python.xs
|
|
--- Inline-Python-0.57/Python.xs 2022-09-18 13:07:09.299412240 +0200
|
|
+++ Inline-Python-0.57_fix/Python.xs 2024-12-18 10:02:00.459704530 +0100
|
|
@@ -8,6 +8,8 @@
|
|
#include "py2pl.h"
|
|
#include "util.h"
|
|
|
|
+void initperl(void);
|
|
+
|
|
#ifdef EXPOSE_PERL
|
|
#include "perlmodule.h"
|
|
#endif
|