Skip to content

Commit 6a729f7

Browse files
committed
[roottest] rm old remnants of MAKECINT
1 parent c34e4d4 commit 6a729f7

File tree

138 files changed

+310
-310
lines changed

Some content is hidden

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

138 files changed

+310
-310
lines changed

roottest/cling/dict/operators_dict.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "operators.h"
22

3-
#ifdef __MAKECINT__
3+
#ifdef __MAKECLING__
44
#pragma link C++ class myiterator;
55
#pragma link C++ operators myiterator;
66
#endif
@@ -12,14 +12,14 @@ namespace enclosing {
1212
#include "operators.h"
1313
}
1414

15-
#ifdef __MAKECINT__
15+
#ifdef __MAKECLING__
1616
#pragma link C++ class enclosing::myiterator;
1717
#pragma link C++ operators enclosing::myiterator;
1818
#endif
1919
#endif
2020

2121
#include <vector>
22-
#ifdef __MAKECINT__
22+
#ifdef __MAKECLING__
2323
#pragma link C++ class vector<myiterator>;
2424
#pragma link C++ class vector<myiterator>::const_iterator;
2525
#pragma link C++ class vector<myiterator>::iterator;

0 commit comments

Comments
 (0)