diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-26 23:21:09 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-26 23:21:09 +0000 |
| commit | db68a429f1c592e84bd16f218c9507abafc17a93 (patch) | |
| tree | 2f77278badf36892c71bd6eda569eb1b4873ba5d | |
| parent | bb2cfd0665c094daa8776843ad76efd81a608028 (diff) | |
* ext/tk/tcltklib.c: mistake on operation. sorry.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25501 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ext/tk/tcltklib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/tcltklib.c b/ext/tk/tcltklib.c index 2052582b77..7260f8a03d 100644 --- a/ext/tk/tcltklib.c +++ b/ext/tk/tcltklib.c @@ -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 |
