Ticket #40196: patch-loaders-python-peas-plugin-loader-python.c.diff
File patch-loaders-python-peas-plugin-loader-python.c.diff, 472 bytes (added by gui-dos (Guido Soranzio), 11 years ago) |
---|
-
loaders/python/peas-plugin-loader-python.c
old new 27 27 #include "peas-extension-python.h" 28 28 #include "peas-plugin-loader-python.h" 29 29 30 #define NO_IMPORT_PYGOBJECT 31 30 32 /* _POSIX_C_SOURCE is defined in Python.h and in limits.h included by 31 33 * glib-object.h, so we unset it here to avoid a warning. Yep, that's bad. */ 32 34 #undef _POSIX_C_SOURCE