aboutsummaryrefslogtreecommitdiffstats
path: root/ruby.c
diff options
context:
space:
mode:
Diffstat (limited to 'ruby.c')
-rw-r--r--ruby.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ruby.c b/ruby.c
index 0fff0033a0..29cefedec1 100644
--- a/ruby.c
+++ b/ruby.c
@@ -699,7 +699,7 @@ proc_options(int argc, char **argv, struct cmdline_options *opt, int envopt)
case 'W':
{
- int numlen;
+ size_t numlen;
int v = 2; /* -W as -W2 */
if (*++s) {
@@ -861,7 +861,7 @@ proc_options(int argc, char **argv, struct cmdline_options *opt, int envopt)
case 'T':
{
- int numlen;
+ size_t numlen;
int v = 1;
if (*++s) {
@@ -887,7 +887,7 @@ proc_options(int argc, char **argv, struct cmdline_options *opt, int envopt)
case '0':
if (envopt) goto noenvopt;
{
- int numlen;
+ size_t numlen;
int v;
char c;