projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6852741
)
Fix '#' commant to be proper C comment.
author
Bruce Momjian
Fri, 29 Mar 2002 07:21:25 +0000
(07:21 +0000)
committer
Bruce Momjian
Fri, 29 Mar 2002 07:21:25 +0000
(07:21 +0000)
src/interfaces/python/pgmodule.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/python/pgmodule.c
b/src/interfaces/python/pgmodule.c
index 7adaa93bbea7248cd0c1d232decc0b9cdbd67c5b..3141a7ac1407ae63b7b7c5dd8d32f21f77c58d85 100644
(file)
--- a/
src/interfaces/python/pgmodule.c
+++ b/
src/interfaces/python/pgmodule.c
@@
-35,7
+35,7
@@
#include
#include
-# 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
#define PyObject_Del(op) PyMem_Del((op))
#endif