1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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:
nagai 2009-10-26 23:21:18 +00:00
parent 3c981342b6
commit 226c12d4e9

View file

@ -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