chiark / gitweb /
*.pyx: Add some rather laconic docstrings.
[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-*-
- *
- * $Id$
  *
  * Grim hacks to support the Pyrex code
  *
@@ -40,6 +38,7 @@
 /*----- 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)