B-Hooks-OP-Check-LeaveEval

 view release on metacpan or  search on metacpan

ppport.h  view on Meta::CPAN

3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
#ifndef UV_MAX
#  define UV_MAX                         PERL_ULONG_MAX
#endif
 
#endif
 
#ifndef IVSIZE
#  ifdef LONGSIZE
#    define IVSIZE LONGSIZE
#  else
#    define IVSIZE 4 /* A bold guess, but the best we can make. */
#  endif
#endif
#ifndef UVTYPE
#  define UVTYPE                         unsigned IVTYPE
#endif
 
#ifndef UVSIZE
#  define UVSIZE                         IVSIZE
#endif
#ifndef cBOOL



( run in 0.262 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )