Sha256: c9b800df1c1f107a892599e5c1aff8ec0997e925a1bac54a147a08051130bcb4
Contents?: true
Size: 328 Bytes
Versions: 9
Compression:
Stored size: 328 Bytes
Contents
#ifndef UNUSED_H #define UNUSED_H #ifdef UNUSED #elif defined(__GNUC__) #define UNUSED(x) UNUSED_ ## x __attribute__((unused)) #elif defined(__LCLINT__) #define UNUSED(x) /*@unused@*/ x #else #define UNUSED(x) x #endif NORETURN(void raise_last_exception()); void save_exception(VALUE exception, const char *fmt, ...); #endif
Version data entries
9 entries across 9 versions & 1 rubygems