replace all __CINT__ by __CLING__.
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
|
||||
Author: Bastian M. Wojek
|
||||
|
||||
$Id$
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
/***************************************************************************
|
||||
@@ -29,7 +27,7 @@
|
||||
***************************************************************************/
|
||||
|
||||
// root dictionary stuff --------------------------------------------------
|
||||
#ifdef __CINT__
|
||||
#ifdef __CLING__
|
||||
|
||||
#pragma link off all globals;
|
||||
#pragma link off all classes;
|
||||
@@ -37,6 +35,6 @@
|
||||
|
||||
#pragma link C++ class BMWStartupHandler+;
|
||||
|
||||
#endif //__CINT__
|
||||
#endif //__CLING__
|
||||
// root dictionary stuff --------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user