|
 |
On 2023-02-04 04:01 (-4), jr wrote:
>> Cousin Ricky <ric### [at] yahoo com> wrote:
>>
>>> You can fix this by assigning data and len to new local variables within
>>> SuperFastHash(), and using only those new variables.
>
> alternatively, you could invoke the macro as 'SuperFastHash (i, 0 + 10)'. the
> expression forcing POV-Ray to pass in a value.
It would have to be 'SuperFastHash (i + 0, 10)', if you choose to do it
that way. But I prefer not requiring the caller to babysit the macro.
Post a reply to this message
|
 |