mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
aa9bc17601
BMakefiles and other bits will follow. Requested by: Andrey Chernov Made world by: Chuck Robey
6 lines
100 B
C
6 lines
100 B
C
#if __STDC__
|
|
#define C_SYMBOL_NAME(name) _##name
|
|
#else
|
|
#define C_SYMBOL_NAME(name) _/**/name
|
|
#endif
|