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

Version Path
prometheus-client-mmap-0.7.0.beta45.7 ext/fast_mmaped_file/utils.h
prometheus-client-mmap-0.7.0.beta45.6 ext/fast_mmaped_file/utils.h
prometheus-client-mmap-0.7.0.beta45.5 ext/fast_mmaped_file/utils.h
prometheus-client-mmap-0.7.0.beta45.4 ext/fast_mmaped_file/utils.h
prometheus-client-mmap-0.7.0.beta45.3 ext/fast_mmaped_file/utils.h
prometheus-client-mmap-0.7.0.beta45.2 ext/fast_mmaped_file/utils.h
prometheus-client-mmap-0.7.0.beta45.1 ext/fast_mmaped_file/utils.h
prometheus-client-mmap-0.7.0.beta44 ext/fast_mmaped_file/utils.h
prometheus-client-mmap-0.7.0.beta43 ext/fast_mmaped_file/utils.h