mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
6ec4e3f257
Approved by: dim (mentor)
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
|