Use the real definition of Py_LOCAL_INLINE

This commit is contained in:
Daniele Varrazzo 2018-12-28 03:32:22 +01:00
parent fe915ac461
commit 003fc6dde1

View File

@ -79,10 +79,7 @@
#define PSYCOPG_MODULE
#include "psycopg/psycopg.h"
#ifndef Py_LOCAL_INLINE
#define Py_LOCAL_INLINE(type) static type
#endif
#include "pyport.h"
/* Helpers for formatstring */