The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

#include <math.h>
#include <stdlib.h>

#ifdef OLDPERL
#define SvUOK SvIsUV
#endif

#ifndef Newx
#  define Newx(v,n,t) New(0,v,n,t)
#endif