summaryrefslogtreecommitdiff
path: root/regint.h
diff options
context:
space:
mode:
authorksaito <ksaito@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-16 15:20:15 +0000
committerksaito <ksaito@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-16 15:20:15 +0000
commitc2253d31cd409f3d4c22708778ac61836d223ed2 (patch)
treed8f64a6b42f55d7136e1b18d0e1694d02e70bffc /regint.h
parente1124ffa21685ece8854b6e198e47cafadd64d07 (diff)
This commit was generated by cvs2svn to compensate for changes in r5960,
which included commits to RCS files with non-trunk default branches. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5961 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'regint.h')
-rw-r--r--regint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/regint.h b/regint.h
index 35736b6dcb..dacc0400be 100644
--- a/regint.h
+++ b/regint.h
@@ -85,7 +85,7 @@
#define xmemset memset
#define xmemcpy memcpy
#define xmemmove memmove
-#if defined(_WIN32) && !defined(__CYGWIN__)
+#if defined(_WIN32) && !defined(__GNUC__)
#define xalloca _alloca
#ifdef NOT_RUBY
#define vsnprintf _vsnprintf