perl.h: fix signedness warning with clang
authorDavid Mitchell <davem@iabyn.com>
Wed, 12 Dec 2012 10:34:29 +0000 (10:34 +0000)
committerDavid Mitchell <davem@iabyn.com>
Wed, 12 Dec 2012 13:39:33 +0000 (13:39 +0000)
commit9e440eccb3896f01c2e619c212ed4ed156d9d910
treec07b27b73093b4bd42cfce707f9639e88cf49cb9
parent09391cc554f6d7daf76cbe5b4c7ce18c82372b70
perl.h: fix signedness warning with clang

'len' arg to my_vsnprintf() is supposed to be Size_t; cast it that way
before testing it.
perl.h