replace all __CINT__ by __CLING__.
This commit is contained in:
@ -34,9 +34,9 @@
|
||||
using namespace std;
|
||||
|
||||
// the following ifdef is needed for GCC 4.6 or higher, fftw 3.3 or higher and root 5.30.03 or lower
|
||||
#ifdef __CINT__
|
||||
typedef struct { char a[7]; } __float128; // needed since cint doesn't know it
|
||||
#endif
|
||||
//#ifdef __CLING__
|
||||
//typedef struct { char a[7]; } __float128; // needed since cint doesn't know it
|
||||
//#endif
|
||||
#include "fftw3.h"
|
||||
|
||||
/**
|
||||
|
@ -35,9 +35,9 @@
|
||||
using namespace std;
|
||||
|
||||
// the following ifdef is needed for GCC 4.6 or higher, fftw 3.3 or higher and root 5.30.03 or lower
|
||||
#ifdef __CINT__
|
||||
typedef struct { char a[7]; } __float128; // needed since cint doesn't know it
|
||||
#endif
|
||||
//#ifdef __CLING__
|
||||
//typedef struct { char a[7]; } __float128; // needed since cint doesn't know it
|
||||
//#endif
|
||||
#include "fftw3.h"
|
||||
|
||||
//--------------------
|
||||
|
@ -27,7 +27,7 @@
|
||||
***************************************************************************/
|
||||
|
||||
// root dictionary stuff --------------------------------------------------
|
||||
#ifdef __CINT__
|
||||
#ifdef __CLING__
|
||||
|
||||
#pragma link off all globals;
|
||||
#pragma link off all classes;
|
||||
@ -41,6 +41,6 @@
|
||||
#pragma link C++ class TLondon1D3LS+;
|
||||
//#pragma link C++ class TLondon1D4L+;
|
||||
|
||||
#endif //__CINT__
|
||||
#endif //__CLING__
|
||||
// root dictionary stuff --------------------------------------------------
|
||||
|
||||
|
6
src/external/libFitPofB/include/TPofTCalc.h
vendored
6
src/external/libFitPofB/include/TPofTCalc.h
vendored
@ -32,9 +32,9 @@
|
||||
#include "TPofBCalc.h"
|
||||
|
||||
// the following ifdef is needed for GCC 4.6 or higher, fftw 3.3 or higher and root 5.30.03 or lower
|
||||
#ifdef __CINT__
|
||||
typedef struct { char a[7]; } __float128; // needed since cint doesn't know it
|
||||
#endif
|
||||
//#ifdef __CLING__
|
||||
//typedef struct { char a[7]; } __float128; // needed since cint doesn't know it
|
||||
//#endif
|
||||
#include "fftw3.h"
|
||||
#include <string>
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
***************************************************************************/
|
||||
|
||||
// root dictionary stuff --------------------------------------------------
|
||||
#ifdef __CINT__
|
||||
#ifdef __CLING__
|
||||
|
||||
#pragma link off all globals;
|
||||
#pragma link off all classes;
|
||||
@ -35,6 +35,6 @@
|
||||
|
||||
#pragma link C++ class TSkewedGss+;
|
||||
|
||||
#endif //__CINT__
|
||||
#endif //__CLING__
|
||||
// root dictionary stuff --------------------------------------------------
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
***************************************************************************/
|
||||
|
||||
// root dictionary stuff --------------------------------------------------
|
||||
#ifdef __CINT__
|
||||
#ifdef __CLING__
|
||||
|
||||
#pragma link off all globals;
|
||||
#pragma link off all classes;
|
||||
@ -46,6 +46,6 @@
|
||||
#pragma link C++ class TBulkAnisotropicTriVortexAGL+;
|
||||
#pragma link C++ class TBulkAnisotropicTriVortexAGLGlobal+;
|
||||
|
||||
#endif //__CINT__
|
||||
#endif //__CLING__
|
||||
// root dictionary stuff --------------------------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user