Convert the flags argument for Perl_sv_{eq,cmp,cmp_locale}_flags() to U32.
authorNicholas Clark <nick@ccl4.org>
Thu, 11 Nov 2010 10:25:02 +0000 (10:25 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 11 Nov 2010 10:25:02 +0000 (10:25 +0000)
commit31c72c81d58f35758d79ae5790bfaf21252bb22e
tree9ef85ea0360dfeb9135d0bedefed60afeedd0c10
parentdf5f182b2f0708f51f91b8d390f65db1df18e143
Convert the flags argument for Perl_sv_{eq,cmp,cmp_locale}_flags() to U32.

These functions have not yet been in a stable release.
Going forwards, I think that we should consider converting all bitmap flags
arguments to *un*signed types. Most uses of I32 in the core are inappropriate.
embed.fnc
proto.h
sv.c