mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-08 13:28:05 +00:00
6 lines
191 B
C
6 lines
191 B
C
|
/**
|
||
|
* 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
|