[pypy-commit] pypy reflex-support: example class binding needed for CINT tests

wlav noreply at buildbot.pypy.org
Wed Mar 14 14:27:04 CET 2012


Author: Wim Lavrijsen <WLavrijsen at lbl.gov>
Branch: reflex-support
Changeset: r53555:cfeed9e9c518
Date: 2012-03-14 06:23 -0700
http://bitbucket.org/pypy/pypy/changeset/cfeed9e9c518/

Log:	example class binding needed for CINT tests

diff --git a/pypy/module/cppyy/test/example01_LinkDef.h b/pypy/module/cppyy/test/example01_LinkDef.h
--- a/pypy/module/cppyy/test/example01_LinkDef.h
+++ b/pypy/module/cppyy/test/example01_LinkDef.h
@@ -6,6 +6,7 @@
 
 #pragma link C++ class example01;
 #pragma link C++ typedef example01_t;
+#pragma link C++ class example01a;
 #pragma link C++ class payload;
 #pragma link C++ class ArgPasser;
 #pragma link C++ class z_;


More information about the pypy-commit mailing list