1 2 3 4 5 6 7 8 9 10 11
/* Stub — no-op debug output. */ #ifndef RBMETA_DEBUG_H #define RBMETA_DEBUG_H #ifndef DEBUGF #define DEBUGF(...) do { } while (0) #endif /* panicf is a real function — declared in rbcodecconfig.h */ #endif