On Mon, Jan 08, 2001 at 10:21:29PM -0600, Jarkko Hietaniemi wrote:
> > Shouldn't that be PL_modcount = 10000? An lvalue sub can return more
>
> Uh-oh, I smell an abritrary number. Maybe something out-of-band
> should be used to mark an unlimited number of return values?
That *is* an out-of-band number used to mark an unlimited number of
return values:
% grep 10000 op.c | grep PL_modcount
PL_modcount = 10000;
PL_modcount = 10000;
PL_modcount = 10000;
if (PL_modcount < 10000 &&
--
He who makes a beast of himself gets rid of the pain of being a man.
-H.S. Thompson
Thread Previous
|
Thread Next