Author: Amaury Forgeot d'Arc <[email protected]>
Branch: 
Changeset: r60329:b901441252e9
Date: 2013-01-21 23:41 +0100
http://bitbucket.org/pypy/pypy/changeset/b901441252e9/

Log:    Add an empty ceval.h, for the poor guys who don't know that CPython
        already includes it in Python.h.

diff --git a/pypy/module/cpyext/include/ceval.h 
b/pypy/module/cpyext/include/ceval.h
new file mode 100644
--- /dev/null
+++ b/pypy/module/cpyext/include/ceval.h
@@ -0,0 +1,1 @@
+/* empty */
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to