Skip to content

Commit

Permalink
LinkDefs: __CINT__-->__CLING__
Browse files Browse the repository at this point in the history
  • Loading branch information
dpiparo committed May 31, 2024
1 parent 1dc67bf commit e5f5cad
Show file tree
Hide file tree
Showing 140 changed files with 137 additions and 159 deletions.
2 changes: 1 addition & 1 deletion bindings/r/inc/LinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifdef __CINT__
#ifdef __CLING__

#pragma link off all globals;
#pragma link off all classes;
Expand Down
2 changes: 1 addition & 1 deletion bindings/tpython/inc/LinkDef.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifdef __CINT__
#ifdef __CLING__

#pragma link off all globals;
#pragma link off all classes;
Expand Down
2 changes: 1 addition & 1 deletion core/base/inc/LinkDef1.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifdef __CINT__
#ifdef __CLING__

#pragma link off all globals;
#pragma link off all classes;
Expand Down
6 changes: 1 addition & 5 deletions core/base/inc/LinkDef2.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,11 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifdef __CINT__

#ifdef __CLING__

#include <string>
#pragma link C++ class string::iterator;
#pragma link C++ class string::const_iterator;
#else
#include "dll_stl/str.h"
#endif

#pragma extra_include "vector";
#pragma extra_include "string";
Expand Down
2 changes: 1 addition & 1 deletion core/base/inc/LinkDef3.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifdef __CINT__
#ifdef __CLING__

#pragma link off all globals;
#pragma link off all classes;
Expand Down
6 changes: 0 additions & 6 deletions core/clingutils/src/multimap2Linkdef.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
// For backward compatibility only
#ifdef __CINT__
#include <multimap>
#else
#include <map>
#endif
#include <string>

#pragma create TClass multimap<long,int>;
#pragma create TClass multimap<long,long>;
Expand Down
5 changes: 0 additions & 5 deletions core/clingutils/src/multimapLinkdef.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
// For backward compatibility only
#ifdef __CINT__
#include <multimap>
#else
#include <map>
#endif
#include <string>

#pragma create TClass multimap<char*,int>;
Expand Down
5 changes: 0 additions & 5 deletions core/clingutils/src/multisetLinkdef.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
// For backward compatibility only
#ifdef __CINT__
#include <multiset>
#else
#include <set>
#endif
#include <string>

#pragma create TClass multiset<int>;
Expand Down
2 changes: 1 addition & 1 deletion core/cont/inc/LinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifdef __CINT__
#ifdef __CLING__

#pragma link C++ global kIterForward;
#pragma link C++ global kIterBackward;
Expand Down
2 changes: 1 addition & 1 deletion core/macosx/inc/LinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifdef __CINT__
#ifdef __CLING__

#pragma link off all globals;
#pragma link off all classes;
Expand Down
2 changes: 1 addition & 1 deletion core/meta/inc/LinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifdef __CINT__
#ifdef __CLING__

#pragma link C++ nestedtypedefs;
#pragma link C++ nestedclasses;
Expand Down
2 changes: 1 addition & 1 deletion core/rint/inc/LinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifdef __CINT__
#ifdef __CLING__

#pragma link off all globals;
#pragma link off all classes;
Expand Down
2 changes: 1 addition & 1 deletion core/thread/inc/LinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifdef __CINT__
#ifdef __CLING__

#pragma link off all globals;
#pragma link off all classes;
Expand Down
2 changes: 1 addition & 1 deletion core/unix/inc/LinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifdef __CINT__
#ifdef __CLING__

#pragma link off all globals;
#pragma link off all classes;
Expand Down
2 changes: 1 addition & 1 deletion core/winnt/inc/LinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifdef __CINT__
#ifdef __CLING__

#pragma link off all globals;
#pragma link off all classes;
Expand Down
2 changes: 1 addition & 1 deletion geom/gdml/inc/LinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifdef __CINT__
#ifdef __CLING__

#pragma link off all globals;
#pragma link off all classes;
Expand Down
2 changes: 1 addition & 1 deletion geom/geom/inc/LinkDef1.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifdef __CINT__
#ifdef __CLING__

#pragma link C++ global gGeoManager;
#pragma link C++ global gGeoIdentity;
Expand Down
2 changes: 1 addition & 1 deletion geom/geom/inc/LinkDef2.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifdef __CINT__
#ifdef __CLING__

#pragma link C++ class TGeoPatternFinder + ;
#pragma link C++ class TGeoPatternX + ;
Expand Down
2 changes: 1 addition & 1 deletion geom/geombuilder/inc/LinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifdef __CINT__
#ifdef __CLING__

#pragma link off all globals;
#pragma link off all classes;
Expand Down
2 changes: 1 addition & 1 deletion geom/geompainter/inc/LinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifdef __CINT__
#ifdef __CLING__

#pragma link off all globals;
#pragma link off all classes;
Expand Down
2 changes: 1 addition & 1 deletion geom/vecgeom/inc/LinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifdef __CINT__
#ifdef __CLING__

#pragma link off all globals;
#pragma link off all classes;
Expand Down
2 changes: 1 addition & 1 deletion geom/webviewer/inc/LinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifdef __CINT__
#ifdef __CLING__

#pragma link off all globals;
#pragma link off all classes;
Expand Down
2 changes: 1 addition & 1 deletion graf2d/asimage/inc/LinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifdef __CINT__
#ifdef __CLING__

#pragma link off all globals;
#pragma link off all classes;
Expand Down
2 changes: 1 addition & 1 deletion graf2d/asimage/inc/LinkDefGui.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifdef __CINT__
#ifdef __CLING__

#pragma link off all globals;
#pragma link off all classes;
Expand Down
2 changes: 1 addition & 1 deletion graf2d/cocoa/inc/LinkDef.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifdef __CINT__
#ifdef __CLING__

#pragma link off all globals;
#pragma link off all classes;
Expand Down
2 changes: 1 addition & 1 deletion graf2d/fitsio/inc/LinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifdef __CINT__
#ifdef __CLING__

#pragma link off all globals;
#pragma link off all classes;
Expand Down
2 changes: 1 addition & 1 deletion graf2d/gpad/inc/LinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifdef __CINT__
#ifdef __CLING__

#pragma link off all globals;
#pragma link off all classes;
Expand Down
2 changes: 1 addition & 1 deletion graf2d/gpadv7/inc/LinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifdef __CINT__
#ifdef __CLING__

#pragma link off all globals;
#pragma link off all classes;
Expand Down
2 changes: 1 addition & 1 deletion graf2d/graf/inc/LinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifdef __CINT__
#ifdef __CLING__

#pragma link off all globals;
#pragma link off all classes;
Expand Down
2 changes: 1 addition & 1 deletion graf2d/gviz/inc/LinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifdef __CINT__
#ifdef __CLING__

#pragma link off all globals;
#pragma link off all classes;
Expand Down
2 changes: 1 addition & 1 deletion graf2d/postscript/inc/LinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifdef __CINT__
#ifdef __CLING__

#pragma link off all globals;
#pragma link off all classes;
Expand Down
2 changes: 1 addition & 1 deletion graf2d/primitivesv7/inc/LinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifdef __CINT__
#ifdef __CLING__

#pragma link off all globals;
#pragma link off all classes;
Expand Down
2 changes: 1 addition & 1 deletion graf2d/win32gdk/inc/LinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifdef __CINT__
#ifdef __CLING__

#pragma link off all globals;
#pragma link off all classes;
Expand Down
2 changes: 1 addition & 1 deletion graf2d/x11/inc/LinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifdef __CINT__
#ifdef __CLING__

#pragma link off all globals;
#pragma link off all classes;
Expand Down
2 changes: 1 addition & 1 deletion graf2d/x11ttf/inc/LinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifdef __CINT__
#ifdef __CLING__

#pragma link off all globals;
#pragma link off all classes;
Expand Down
2 changes: 1 addition & 1 deletion graf3d/csg/inc/LinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifdef __CINT__
#ifdef __CLING__

#pragma link off all globals;
#pragma link off all classes;
Expand Down
2 changes: 1 addition & 1 deletion graf3d/eve7/inc/LinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// LinkDef.h - REve objects and services.
//==============================================================================

#ifdef __CINT__
#ifdef __CLING__

#pragma link off all globals;
#pragma link off all classes;
Expand Down
2 changes: 1 addition & 1 deletion graf3d/g3d/inc/LinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifdef __CINT__
#ifdef __CLING__

#pragma link off all globals;
#pragma link off all classes;
Expand Down
2 changes: 1 addition & 1 deletion graf3d/gl/inc/LinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#include "RConfigure.h"

#ifdef __CINT__
#ifdef __CLING__

#pragma link off all globals;
#pragma link off all classes;
Expand Down
2 changes: 1 addition & 1 deletion graf3d/gviz3d/inc/LinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifdef __CINT__
#ifdef __CLING__

#pragma link off all globals;
#pragma link off all classes;
Expand Down
2 changes: 1 addition & 1 deletion graf3d/x3d/inc/LinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifdef __CINT__
#ifdef __CLING__

#pragma link off all globals;
#pragma link off all classes;
Expand Down
2 changes: 1 addition & 1 deletion gui/browsable/inc/LinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifdef __CINT__
#ifdef __CLING__

#pragma link off all globals;
#pragma link off all classes;
Expand Down
2 changes: 1 addition & 1 deletion gui/browserv7/inc/LinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/

#ifdef __CINT__
#ifdef __CLING__

#pragma link off all globals;
#pragma link off all classes;
Expand Down
Loading

0 comments on commit e5f5cad

Please sign in to comment.