This comment serves as a reminder for why this variable exists
(to remember what was on the stack prior to popping); without
it the reader might ask "why do we have a temporary variable
here which is only used once?".
Signed-off-by: Wincent Colaiuta <win@wincent.com>
{
if (!IN(EXT_LINK_START))
return; // nothing to do!
- int scope_includes_space = IN(SPACE);
+ int scope_includes_space = IN(SPACE); // remember this before popping
_Wikitext_pop_from_stack_up_to(parser, Qnil, EXT_LINK_START, Qtrue);
rb_str_cat(parser->output, ext_link_start, sizeof(ext_link_start) - 1);
if (!NIL_P(parser->link_target))