summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Ehresman <jpe@wingide.com>2004-12-10 18:14:38 +0000
committerJohn Ehresman <jpe@src.gnome.org>2004-12-10 18:14:38 +0000
commit80cbc2bdc6444e57249d0d89d3039236fbe6f447 (patch)
tree1173522bb550e761b29c278d3a16e4c706a26823
parent590f4939d2da925def21512a830316d5499d7731 (diff)
downloadpygobject-80cbc2bdc6444e57249d0d89d3039236fbe6f447.tar.gz
pygobject-80cbc2bdc6444e57249d0d89d3039236fbe6f447.tar.xz
pygobject-80cbc2bdc6444e57249d0d89d3039236fbe6f447.zip
Change PY_HEXVERSION to PY_VERSION_HEX
2004-12-10 John Ehresman <jpe@wingide.com> * gobject/pygobject.h: Change PY_HEXVERSION to PY_VERSION_HEX
-rw-r--r--gobject/pygobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/pygobject.h b/gobject/pygobject.h
index 056d3e3..2ccd047 100644
--- a/gobject/pygobject.h
+++ b/gobject/pygobject.h
@@ -10,7 +10,7 @@
G_BEGIN_DECLS
/* Work around bugs in PyGILState api fixed in 2.4.0a4 */
-#if PY_HEXVERSION < 0x020400A4
+#if PY_VERSION_HEX < 0x020400A4
#define PYGIL_API_IS_BUGGY TRUE
#else
#define PYGIL_API_IS_BUGGY FALSE