On 9/21/07, Jim Cromie <jim.cromie gmail.com> wrote:
>
> while looking at Mr. Clark's recent touches to hv.*
>
>
> 1 - a bit more explanation in struct hek comments.
>
> might save someone else some poking around
S_save_hek_flags ..
>
> Newx(k, HEK_BASESIZE + len + 2, char);
> hek = (HEK*)k;
>
>
> 2 - replace obfuscated macro param-names with names of
function params
>
> IMHO such obfuscation is unfriendly to someone looking
under the hood.
> Perhaps the point is 'these macros are uninteresting',
but thats a
> conclusion the reader could reach on his own.
> -#define hv_store_flags(urkk, zamm, clunk, thwape,
sploosh, eee_yow)
is just classic tho.
yves
--
perl -Mre=debug -e "/just|another|perl|hacker/"
|