Actions
Bug #4587
closedRMATCH_REGS definition is wrong
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) over 13 years ago
What’s the status of this bug?
Updated by matz (Yukihiro Matsumoto) over 13 years ago
- Status changed from Open to Closed
It's fixed in r31312.
Actions
Like0
Like0Like0