1
0
Fork 0
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:
matz 1998-02-18 10:01:47 +00:00
parent a9662810df
commit 9c1657f302
13 changed files with 404 additions and 1 deletions

4
ruby.h
View file

@ -43,6 +43,10 @@
#include <alloca.h>
#endif
#if defined(__CYGWIN32__) && defined(DLLIMPORT)
#include "import.h"
#endif
#ifdef _AIX
#pragma alloca
#endif