chiark
/
gitweb
/
~mdw
/
mLib-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Release 1.1.0.
[mLib-python]
/
grim.h
diff --git
a/grim.h
b/grim.h
index 75774a57c2c063149927142058f3838e16f4ce64..85ea681314e569fa8713ca9ccd8da8f4ab35b673 100644
(file)
--- a/
grim.h
+++ b/
grim.h
@@
-1,6
+1,4
@@
/* -*-c-*-
/* -*-c-*-
- *
- * $Id$
*
* Grim hacks to support the Pyrex code
*
*
* Grim hacks to support the Pyrex code
*
@@
-40,6
+38,7
@@
/*----- Utilities ---------------------------------------------------------*/
#define PSIZEOF(x) sizeof(*x)
/*----- Utilities ---------------------------------------------------------*/
#define PSIZEOF(x) sizeof(*x)
+typedef const void *cvp;
#define RETURN_OBJ(obj) do { Py_INCREF(obj); return (obj); } while (0)
#define RETURN_ME RETURN_OBJ(me)
#define RETURN_OBJ(obj) do { Py_INCREF(obj); return (obj); } while (0)
#define RETURN_ME RETURN_OBJ(me)