kernel/eka/compsupp/gcce/gcce.h
branchGCC_SURGE
changeset 236 7dc50dc94301
parent 171 b2a73696d15a
equal deleted inserted replaced
235:cbd07013118c 236:7dc50dc94301
   163 #ifndef __SYMBIAN_STDCPP_SUPPORT__
   163 #ifndef __SYMBIAN_STDCPP_SUPPORT__
   164 	#include <symcpp.h>
   164 	#include <symcpp.h>
   165 #endif
   165 #endif
   166 
   166 
   167 #ifdef __cplusplus
   167 #ifdef __cplusplus
       
   168 
       
   169 // To compile rtti support
       
   170 #define __EDG_RUNTIME_USES_NAMESPACES
   168 // Support for throwing exceptions through embedded assembler
   171 // Support for throwing exceptions through embedded assembler
   169 // Should only be needed user side
   172 // Should only be needed user side
   170 
   173 
   171 #define __VSTR(x) #x
   174 #define __VSTR(x) #x
   172 #define __STR(x) __VSTR(x)
   175 #define __STR(x) __VSTR(x)