Controls the availability of runtime type information.
#pragma RTTI on | off | reset
If you enable this pragma, you can use runtime type information (or RTTI) features such as dynamic_cast and typeid . The other RTTI expressions are available even if you disable the Enable RTTI setting. Note that *type_info::before(const type_info&) is not implemented.
This pragma corresponds to the Enable RTTI setting in the CodeWarrior IDE's Properties > C/C++ Build > Settings > Tool Settings > PowerPC Compiler> C/C++ Language settings panel.