back from __CLING__ to __CINT__ since the ROOT guys kept __CINT__ even though they are using cling?\!

This commit is contained in:
2017-02-08 10:45:17 +01:00
parent 454e6771e2
commit 5908d8791a
44 changed files with 73 additions and 73 deletions

View File

@@ -1,4 +1,4 @@
#ifdef __CLING__
#ifdef __CINT__
#pragma link off all globals;
#pragma link off all classes;

View File

@@ -29,7 +29,7 @@
***************************************************************************/
// changed for root6
#ifdef __CLING__
#ifdef __CINT__
#pragma link off all globals;
#pragma link off all classes;

View File

@@ -29,7 +29,7 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#ifdef __CLING__
#ifdef __CINT__
#pragma link off all globals;
#pragma link off all classes;

View File

@@ -29,7 +29,7 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#ifdef __CLING__
#ifdef __CINT__
#pragma link off all globals;
#pragma link off all classes;

View File

@@ -29,7 +29,7 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#ifdef __CLING__
#ifdef __CINT__
#pragma link off all globals;
#pragma link off all classes;

View File

@@ -71,7 +71,7 @@ class PFunctionHandler
};
// cint dictionary stuff --------------------------------------
#ifdef __CLING__
#ifdef __CINT__
#pragma link off all globals;
#pragma link off all classes;
@@ -79,7 +79,7 @@ class PFunctionHandler
#pragma link C++ class PFunctionHandler+;
#endif // end __CLING__
#endif // end __CINT__
//-------------------------------------------------------------
#endif // _PFUNCTIONHANDLER_H_

View File

@@ -29,7 +29,7 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#ifdef __CLING__
#ifdef __CINT__
#pragma link off all globals;
#pragma link off all classes;

View File

@@ -1,4 +1,4 @@
#ifdef __CLING__
#ifdef __CINT__
#pragma link off all globals;
#pragma link off all classes;

View File

@@ -1,4 +1,4 @@
#ifdef __CLING__
#ifdef __CINT__
#pragma link off all globals;
#pragma link off all classes;