Home
last modified time | relevance | path

Searched defs:DEBUG_INSIST (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/ntp/dist/include/
H A Dntp_assert.h96 #define DEBUG_INSIST(x) INSIST(x) macro
101 #define DEBUG_INSIST(x) do {} while (FALSE) macro