summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-21 04:41:39 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-21 04:41:39 +0000
commite93a68abfa10a7eba1fd769b6cbc55da7796f8e8 (patch)
treed916b38e05a345a02527b88a78b453bfc69e3530 /internal.h
parent1cda6e3968b7245b302b20898ac02db3a6289309 (diff)
* file.c (RB_MAX_GROUPS): moved to
* internal.h (RB_MAX_GROUPS): here. * file.c (rb_group_member): use RB_MAX_GROUPS instead of RUBY_GROUP_MAX. They are the same. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39352 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal.h b/internal.h
index 8630b8bbf3..b5871fcd55 100644
--- a/internal.h
+++ b/internal.h
@@ -191,6 +191,7 @@ VALUE rb_proc_location(VALUE self);
st_index_t rb_hash_proc(st_index_t hash, VALUE proc);
/* process.c */
+#define RB_MAX_GROUPS (65536)
struct rb_execarg {
int use_shell;