* ext/tk/tcltklib.c: mistake on operation. sorry.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25502 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3c981342b6
commit
226c12d4e9
@ -24,7 +24,7 @@ int rb_thread_check_trap_pending();
|
|||||||
#include "rubysig.h"
|
#include "rubysig.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
a#if !defined(RSTRING_PTR)
|
#if !defined(RSTRING_PTR)
|
||||||
#define RSTRING_PTR(s) (RSTRING(s)->ptr)
|
#define RSTRING_PTR(s) (RSTRING(s)->ptr)
|
||||||
#define RSTRING_LEN(s) (RSTRING(s)->len)
|
#define RSTRING_LEN(s) (RSTRING(s)->len)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user