no underscore prefix for freebsd >= 3 (Simon Walton)
This commit is contained in:
@@ -236,7 +236,8 @@
|
|||||||
|
|
||||||
|
|
||||||
#if defined(Lynx) || (defined(SYSV) || defined(SVR4)) && !defined(ACK_ASSEMBLER) \
|
#if defined(Lynx) || (defined(SYSV) || defined(SVR4)) && !defined(ACK_ASSEMBLER) \
|
||||||
|| (defined(linux) || defined(__OS2ELF__)) && defined(__ELF__)
|
|| (defined(linux) || defined(__OS2ELF__)) && defined(__ELF__) \
|
||||||
|
|| defined(__FreeBSD__) && __FreeBSD__ >= 3
|
||||||
#define GLNAME(a) a
|
#define GLNAME(a) a
|
||||||
#else
|
#else
|
||||||
#define GLNAME(a) CONCAT(_,a)
|
#define GLNAME(a) CONCAT(_,a)
|
||||||
@@ -930,7 +931,8 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(Lynx) || (defined(SYSV) || defined(SVR4)) \
|
#if defined(Lynx) || (defined(SYSV) || defined(SVR4)) \
|
||||||
|| (defined(linux) || defined(__OS2ELF__)) && defined(__ELF__)
|
|| (defined(linux) || defined(__OS2ELF__)) && defined(__ELF__) \
|
||||||
|
|| defined(__FreeBSD__) && __FreeBSD__ >= 3
|
||||||
#define GLNAME(a) a
|
#define GLNAME(a) a
|
||||||
#else
|
#else
|
||||||
#define GLNAME(a) _ ## a
|
#define GLNAME(a) _ ## a
|
||||||
|
Reference in New Issue
Block a user