Initial C++ runtime work. Much more to do.
This commit is contained in:
5
runtime/abi_namespace.h
Normal file
5
runtime/abi_namespace.h
Normal file
@ -0,0 +1,5 @@
|
||||
/**
|
||||
* The namespace used for the ABI declarations. This is currently defined to
|
||||
* be the same as GNU libsupc++, however this may change in the future.
|
||||
*/
|
||||
#define ABI_NAMESPACE __cxxabiv1
|
Reference in New Issue
Block a user