Now created by config.links

This commit is contained in:
Werner Koch 1997-12-22 09:28:27 +00:00
parent cb5459aed7
commit a112009805
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
#ifdef C_UNDERSCORE
#if __STDC__
#define C_SYMBOL_NAME(name) _##name
#else
#define C_SYMBOL_NAME(name) _/**/name
#endif
#else /* C_UNDERSCORE */
#define C_SYMBOL_NAME(name) name
#endif /* C_UNDERSCORE */