Skip to content

Commit 9263727

Browse files
committed
Replace __CINT__ by __CLING__ preprocessor macro
1 parent a9da30b commit 9263727

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

math/vecops/inc/LinkDef.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* For the list of contributors see $ROOTSYS/README/CREDITS. *
88
*************************************************************************/
99

10-
#ifdef __CINT__
10+
#ifdef __CLING__
1111

1212
#pragma link C++ class ROOT::Experimental::VecOps::TVec<float>-;
1313
#pragma link C++ class ROOT::Experimental::VecOps::TVec<double>-;

tree/dataframe/inc/LinkDef.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* For the list of contributors see $ROOTSYS/README/CREDITS. *
99
*************************************************************************/
1010

11-
#ifdef __CINT__
11+
#ifdef __CLING__
1212

1313
#pragma link C++ nestedtypedefs;
1414
#pragma link C++ nestedclasses;

0 commit comments

Comments
 (0)