зеркало из https://github.com/github/ruby.git
* dln.c: remove defined(__WATCOMC__).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52171 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
3a49d35352
Коммит
348d7b096d
|
@ -1,3 +1,7 @@
|
|||
Sun Oct 18 11:22:52 2015 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||
|
||||
* dln.c: remove defined(__WATCOMC__).
|
||||
|
||||
Sun Oct 18 11:16:33 2015 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||
|
||||
* lib/mkmf.rb: Good-by Borland-C.
|
||||
|
|
2
dln.c
2
dln.c
|
@ -106,7 +106,7 @@ dln_loaderror(const char *format, ...)
|
|||
# define USE_DLN_DLOPEN
|
||||
#endif
|
||||
|
||||
#if defined(__hp9000s300) || ((defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__)) && !defined(__ELF__)) || defined(NeXT) || defined(__WATCOMC__) || defined(MACOSX_DYLD)
|
||||
#if defined(__hp9000s300) || ((defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__)) && !defined(__ELF__)) || defined(NeXT) || defined(MACOSX_DYLD)
|
||||
# define EXTERNAL_PREFIX "_"
|
||||
#else
|
||||
# define EXTERNAL_PREFIX ""
|
||||
|
|
Загрузка…
Ссылка в новой задаче