Author: Wim Lavrijsen <[email protected]> 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_; _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
