Project

General

Profile

Actions

Bug #4587

closed

RMATCH_REGS definition is wrong

Added by now (Nikolai Weibull) almost 13 years ago. Updated almost 13 years ago.

Status:
Closed
Assignee:
-
Target version:
ruby -v:
ruby 1.8.7 (2011-02-18 patchlevel 334) [x86_64-linux]
[ruby-core:35825]

Description

=begin
RMATCH_REGS is currently defined as

#define RMATCH_REGS(obj) (R_CAST(RMatch)(obj)->regs)

It should be

#define RMATCH_REGS(obj) ((R_CAST(RMatch)(obj))->regs)
=end

Updated by now (Nikolai Weibull) almost 13 years ago

What’s the status of this bug?

Updated by matz (Yukihiro Matsumoto) almost 13 years ago

  • Status changed from Open to Closed

It's fixed in r31312.

Actions

Also available in: Atom PDF

Like0
Like0Like0