Simon Glover <[EMAIL PROTECTED]> wrote: > I don't think your fix is correct, since:
Yep, you are right, sorry. > Having done some more nosing around, I see that PerlString doesn't > actually have its own implementation of logical_or; instead, it falls > back on the scalar.pmc version, which does: So does now PerlInt. The implementation in scalar.pmc is good enough. > Simon Thanks, leo