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