Audio-AMaMP

 view release on metacpan or  search on metacpan

ppport.h  view on Meta::CPAN

251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
#    define aTHX
#    define aTHX_
#endif        
 
/* IV could also be a quad (say, a long long), but Perls
 * capable of those should have IVSIZE already. */
#if !defined(IVSIZE) && defined(LONGSIZE)
#   define IVSIZE LONGSIZE
#endif
#ifndef IVSIZE
#   define IVSIZE 4 /* A bold guess, but the best we can make. */
#endif
 
#ifndef UVSIZE
#   define UVSIZE IVSIZE
#endif
 
#ifndef NVTYPE
#   if defined(USE_LONG_DOUBLE) && defined(HAS_LONG_DOUBLE)
#       define NVTYPE long double
#   else



( run in 0.261 second using v1.01-cache-2.11-cpan-e9199f4ba4c )