[BACK]Return to sysdep.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / gmp-2.0.2-ssh-2 / mpn

File: [local] / OpenXM / src / kan96xx / gmp-2.0.2-ssh-2 / mpn / Attic / sysdep.h (download)

Revision 1.1, Mon Oct 25 08:53:34 1999 UTC (24 years, 8 months ago) by takayama
Branch: MAIN

Initial revision

#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 */