niner / inline-python-pm

Inline::Python - Write Perl subs and classes in Python.
https://metacpan.org/release/Inline-Python
20 stars 13 forks source link

Improve compatibility with strict(er) C99 compilers #39

Closed fweimer-rh closed 1 year ago

fweimer-rh commented 1 year ago

Add missing declaration of initperl to avoid an implicit function declaration in Python.xs. Implicit function declarations were removed from C in 1999, and future compilers are likely to reject them by default.

Related to: