Skip to content

Commit

Permalink
* ext/tk/tcltklib.c: mistake on operation. sorry.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25502 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nagai committed Oct 26, 2009
1 parent 3c98134 commit 226c12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/tk/tcltklib.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 226c12d

Please sign in to comment.