Skip to content

Commit

Permalink
Rubinius compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
hosiawak committed Feb 23, 2011
1 parent 2a4620e commit 1639ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/escape_utils/escape_utils.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <ruby.h>
#if RB_CVAR_SET_ARITY == 4
# define rb_cvar_set(a,b,c) rb_cvar_set(a,b,c,0)
#endif
#include <ruby.h>
#ifdef HAVE_RUBY_ENCODING_H
#include <ruby/encoding.h>
#endif
Expand Down

0 comments on commit 1639ff0

Please sign in to comment.