зеркало из https://github.com/mozilla/pjs.git
Symbols on NetBSD also have a leading underscore.
This patch is contributed by gduzan@acm.org.
This commit is contained in:
Родитель
04d49a69c6
Коммит
3abc427591
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче