Author: Wim Lavrijsen <[email protected]>
Branch: reflex-support
Changeset: r66691:1dffed1eae9b
Date: 2013-08-29 15:04 -0700
http://bitbucket.org/pypy/pypy/changeset/1dffed1eae9b/

Log:    main application name change (CINT only)

diff --git a/pypy/module/cppyy/src/cintcwrapper.cxx 
b/pypy/module/cppyy/src/cintcwrapper.cxx
--- a/pypy/module/cppyy/src/cintcwrapper.cxx
+++ b/pypy/module/cppyy/src/cintcwrapper.cxx
@@ -132,7 +132,7 @@
     }
 };
 
-static const char* appname = "pypy-cppyy";
+static const char* appname = "PyPyROOT";
 
 class ApplicationStarter {
 public:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to