summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authornagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-26 23:21:18 +0000
committernagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-26 23:21:18 +0000
commit226c12d4e99e52bcf78f74812479b52cf24338d3 (patch)
tree3f0ff7565d1be48ffe2d75fc057d505b4278320b /ext
parent3c981342b662ac31947456fcecc692191604f641 (diff)
* 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
Diffstat (limited to 'ext')
-rw-r--r--ext/tk/tcltklib.c2
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