X-Git-Url: https://git.distorted.org.uk/~mdw/mLib-python/blobdiff_plain/d8d81d1b049836f7d4fae7b0077a8ce9e2fc43ac..704500e11c6a7e240acc047607d34bc6db520f15:/grim.h diff --git a/grim.h b/grim.h index 75774a5..85ea681 100644 --- a/grim.h +++ b/grim.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id$ - * * Grim hacks to support the Pyrex code * * (c) 2005 Straylight/Edgeware @@ -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)