From 80cbc2bdc6444e57249d0d89d3039236fbe6f447 Mon Sep 17 00:00:00 2001 From: John Ehresman Date: Fri, 10 Dec 2004 18:14:38 +0000 Subject: Change PY_HEXVERSION to PY_VERSION_HEX 2004-12-10 John Ehresman * gobject/pygobject.h: Change PY_HEXVERSION to PY_VERSION_HEX --- gobject/pygobject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit