mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 23:45:12 -04:00
BMakefiles and other bits will follow. Requested by: Andrey Chernov Made world by: Chuck Robey
5 lines
100 B
C
5 lines
100 B
C
#if __STDC__
|
|
#define C_SYMBOL_NAME(name) _##name
|
|
#else
|
|
#define C_SYMBOL_NAME(name) _/**/name
|
|
#endif
|