All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
GaudiKernel.cpp
Go to the documentation of this file.
1 // $Id: GaudiKernel.cpp,v 1.3 2006/04/20 16:42:58 hmd Exp $
2 // Dirty trick in order to go back to the old (gcc 2.95) behavior of
3 // dynamic_cast.
4 
5 #if defined (__GNUC__)
6 # undef __GXX_WEAK__
7 //# include "../gcc/tinfo.cc"
8 # define __GXX_WEAK__ 1
9 #endif