diff options
author | Gustavo J. A. M. Carneiro <gjc@src.gnome.org> | 2006-10-03 15:42:21 +0000 |
---|---|---|
committer | Gustavo J. A. M. Carneiro <gjc@src.gnome.org> | 2006-10-03 15:42:21 +0000 |
commit | 1f7fc69c6282b70809c78e9b908023f606dd7ebb (patch) | |
tree | 3e7b2d5570b7e8dd57871b242ef8a751683be7ed | |
parent | ced58c3849be22f3577ccf7c7d3f6b66362f0626 (diff) | |
download | pygobject-1f7fc69c6282b70809c78e9b908023f606dd7ebb.tar.gz pygobject-1f7fc69c6282b70809c78e9b908023f606dd7ebb.tar.xz pygobject-1f7fc69c6282b70809c78e9b908023f606dd7ebb.zip |
Py_ssize_t postfix
-rw-r--r-- | gobject/pygobject-private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gobject/pygobject-private.h b/gobject/pygobject-private.h index 4ea38fa..ebf107d 100644 --- a/gobject/pygobject-private.h +++ b/gobject/pygobject-private.h @@ -24,6 +24,7 @@ typedef int Py_ssize_t; #define PY_SSIZE_T_MAX INT_MAX #define PY_SSIZE_T_MIN INT_MIN +typedef inquiry lenfunc; #endif |