Skip to content

Commit 5727e1d

Browse files
ferdymercuryguitargeek
authored andcommitted
[roottest][io] rename CINT to CLING and MAKECINT to ROOTCLING
1 parent ad3e6bf commit 5727e1d

File tree

131 files changed

+141
-148
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+141
-148
lines changed

roottest/root/io/ForeignCArray/LinkDef.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
#ifdef __CINT__
2+
#ifdef __CLING__
33

44
#pragma link off all globals;
55
#pragma link off all classes;

roottest/root/io/abstractclass/LinkDef.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#ifdef __CINT__
1+
#ifdef __CLING__
22

33
#pragma link off all globals;
44
#pragma link off all classes;

roottest/root/io/abstractclass/abstractInVector.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ bool abstractInVector() {
8080
return false;
8181
}
8282

83-
#ifdef __MAKECINT__
83+
#ifdef __ROOTCLING__
8484
#pragma link C++ class SimuModule+;
8585
#pragma link C++ class Module+;
8686
#pragma link C++ class SimuModuleFactory+;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#include "customConstructor.C"
2-
#ifdef __MAKECINT__
2+
#ifdef __ROOTCLING__
33
#include "linkdef.h"
44
#endif

roottest/root/io/arrayobject/fooLinkdef.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#ifdef __CINT__
1+
#ifdef __CLING__
22

33
#pragma link off all globals;
44
#pragma link off all classes;

roottest/root/io/arrayobject/main.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ int run() {
130130

131131
}
132132

133-
#ifndef __CINT__
133+
#ifndef __CLING__
134134
int
135135
main()
136136
{

roottest/root/io/bigevent/EventLinkDef.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#ifdef __CINT__
1+
#ifdef __CLING__
22

33
//#ppragma link off all globals;
44
//#ppragma link off all classes;

roottest/root/io/bill01/LinkDef.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#ifdef __CINT__
1+
#ifdef __CLING__
22

33
#pragma link off all globals;
44
#pragma link off all classes;

roottest/root/io/bill02/LinkDef.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#ifdef __CINT__
1+
#ifdef __CLING__
22

33
#pragma link off all globals;
44
#pragma link off all classes;

roottest/root/io/buffer/runownership.C

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#include "TString.h"
44
#include <exception>
55

6-
#ifndef __CINT__
76
class myexception
87
{
98
public:
@@ -15,7 +14,6 @@ class myexception
1514
return fMsg.Data();
1615
}
1716
};
18-
#endif
1917

2018
void NonDefaultErrorHandler(Int_t level, Bool_t abort_bool, const char *location, const char *msg)
2119
{

0 commit comments

Comments
 (0)