Re: [PATCH] broken/missing PMC logical operations

2002-01-03 Thread Dan Sugalski
At 09:36 AM 1/3/2002 -0500, Jason Gloudon wrote: >The PerlInt logical-or is using get_integer instead of get_bool for logical >operations. This patch corrects that. Applied, thanks. Dan --"it's like this"---

[PATCH] broken/missing PMC logical operations

2002-01-03 Thread Jason Gloudon
The PerlInt logical-or is using get_integer instead of get_bool for logical operations. This patch corrects that. Perlnum and perlstring have working get_bool's, so the default logical_or and logical_and should be sufficient. The empty methods are pointed to the default logical_or. Index: class