chiark
/
gitweb
/
~mdw
/
mLib-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
*.pyx, defs.pxi, grim.h: Add awful casts to `PyObject_AsReadBuffer'.
[mLib-python]
/
defs.pxi
diff --git
a/defs.pxi
b/defs.pxi
index 174f6cf5c5a1fa9310471328fc668fb9988fa463..bfb4dcc52827fff16ce855a513a1694d607c3918 100644
(file)
--- a/
defs.pxi
+++ b/
defs.pxi
@@
-439,5
+439,6
@@
cdef extern from 'mLib/daemonize.h':
cdef extern from 'grim.h':
int PSIZEOF(void *x)
cdef extern from 'grim.h':
int PSIZEOF(void *x)
+ ctypedef void *cvp
###----- That's all, folks --------------------------------------------------
###----- That's all, folks --------------------------------------------------