summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
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;