[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.1.1 (vendor branch), Mon Oct 25 08:53:34 1999 UTC (24 years, 8 months ago) by takayama
Branch: TAKAYAMA
CVS Tags: RELEASE_20000124, RELEASE_1_1_2, GMP_2_0_2_SSH_2
Changes since 1.1: +0 -0 lines

gmp-2.0.2-ssh-2 is added.
It is a patched version of gmp-2.0.2 to compile on FreeBSD 3.3.

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