Symbols on NetBSD also have a leading underscore.
This patch is contributed by gduzan@acm.org. git-svn-id: svn://10.0.0.236/trunk@26398 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
86e05235be
commit
6015b87239
@ -55,7 +55,7 @@
|
||||
* On these platforms, symbols have a leading '_'.
|
||||
*/
|
||||
#if defined(SUNOS4) || defined(RHAPSODY) || defined(NEXTSTEP) \
|
||||
|| defined(OPENBSD) || defined(WIN16)
|
||||
|| defined(OPENBSD) || defined(WIN16) || defined(NETBSD)
|
||||
#define NEED_LEADING_UNDERSCORE
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user