Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r213:229436d9afb4
Date: 2014-12-19 17:28 +0100
http://bitbucket.org/cffi/creflect/changeset/229436d9afb4/

Log:    update comment

diff --git a/zeffir/ctype.c b/zeffir/ctype.c
--- a/zeffir/ctype.c
+++ b/zeffir/ctype.c
@@ -4,7 +4,7 @@
 #define CT_PRIMITIVE_UNSIGNED 2    /* unsigned integer, bool */
 #define CT_PRIMITIVE_CHAR     4    /* char */
 #define CT_PRIMITIVE_FLOAT    8    /* float, double, long double */
-#define CT_POINTER           16    /* pointer, excluding ptr-to-func */
+#define CT_POINTER           16    /* pointer */
 #define CT_ARRAY             32    /* array */
 #define CT_STRUCT            64    /* struct */
 #define CT_UNION            128    /* union */
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to