* 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
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ int rb_thread_check_trap_pending();
#include "rubysig.h"
#endif
a#if !defined(RSTRING_PTR)
#if !defined(RSTRING_PTR)
#define RSTRING_PTR(s) (RSTRING(s)->ptr)
#define RSTRING_LEN(s) (RSTRING(s)->len)
#endif