mirror of
https://github.com/postgres/postgres.git
synced 2025-05-01 01:04:50 +03:00
Fix '#' commant to be proper C comment.
This commit is contained in:
parent
6852741c18
commit
ed6cce4c7b
@ -35,7 +35,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
# PyObject_Del does not exist in older versions of Python.
|
/* PyObject_Del does not exist in older versions of Python. */
|
||||||
#if PY_VERSION_HEX < 0x01060000
|
#if PY_VERSION_HEX < 0x01060000
|
||||||
#define PyObject_Del(op) PyMem_Del((op))
|
#define PyObject_Del(op) PyMem_Del((op))
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user