mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
cygwin patches
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@83 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a9662810df
commit
9c1657f302
13 changed files with 404 additions and 1 deletions
4
ruby.h
4
ruby.h
|
@ -43,6 +43,10 @@
|
|||
#include <alloca.h>
|
||||
#endif
|
||||
|
||||
#if defined(__CYGWIN32__) && defined(DLLIMPORT)
|
||||
#include "import.h"
|
||||
#endif
|
||||
|
||||
#ifdef _AIX
|
||||
#pragma alloca
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue