[pypy-svn] pypy default: Add empty header files to please some extension modules

amauryfa commits-noreply at bitbucket.org
Wed Mar 23 19:05:58 CET 2011


Author: Amaury Forgeot d'Arc <amauryfa at gmail.com>
Branch: 
Changeset: r42871:abb211dd76dc
Date: 2011-03-23 11:30 +0100
http://bitbucket.org/pypy/pypy/changeset/abb211dd76dc/

Log:	Add empty header files to please some extension modules

diff --git a/pypy/module/cpyext/include/import.h b/pypy/module/cpyext/include/import.h
new file mode 100644
--- /dev/null
+++ b/pypy/module/cpyext/include/import.h
@@ -0,0 +1,1 @@
+/* empty */

diff --git a/pypy/module/cpyext/include/abstract.h b/pypy/module/cpyext/include/abstract.h
new file mode 100644
--- /dev/null
+++ b/pypy/module/cpyext/include/abstract.h
@@ -0,0 +1,1 @@
+/* empty */

diff --git a/pypy/module/cpyext/include/longintrepr.h b/pypy/module/cpyext/include/longintrepr.h
new file mode 100644
--- /dev/null
+++ b/pypy/module/cpyext/include/longintrepr.h
@@ -0,0 +1,1 @@
+/* empty */


More information about the Pypy-commit mailing list