aboutsummaryrefslogtreecommitdiffstats
path: root/ruby.c
diff options
context:
space:
mode:
Diffstat (limited to 'ruby.c')
-rw-r--r--ruby.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby.c b/ruby.c
index 334703a338..aae62f27e0 100644
--- a/ruby.c
+++ b/ruby.c
@@ -61,7 +61,7 @@ static int sflag = 0;
static int xflag = 0;
extern int ruby_yydebug;
-char *ruby_inplace_mode = Qfalse;
+char *ruby_inplace_mode = 0;
static NODE *load_file(VALUE, const char *, int);
static void forbid_setid(const char *);