see /usr/share/doc/packages/perl-Inline-Python/Changes 0.58 Wed May 14 14:17:00 CEST 2025 (Stefan Seifert) - Fix compilation with Python 3.13 (Mattias Ellert) - Fix compiler warnings (Mattias Ellert) - Improve compatibility with strict(er) C99 compilers (Florian Weimer) - Fix Makefile logic (Mattias Ellert) - Fix build on Windows (Yaribz) OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Inline-Python?expand=0&rev=24
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
|