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:
parent
3c981342b6
commit
226c12d4e9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue