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  
    2727#include "peas-extension-python.h"
    2828#include "peas-plugin-loader-python.h"
    2929
     30#define NO_IMPORT_PYGOBJECT
     31
    3032/* _POSIX_C_SOURCE is defined in Python.h and in limits.h included by
    3133 * glib-object.h, so we unset it here to avoid a warning. Yep, that's bad. */
    3234#undef _POSIX_C_SOURCE