lfMessageFont)
/* This is not intended to be thread-safe. */
#ifndef DO_ONCE
#define DO_ONCE(code) \
do { \
static Bool _doOnceDone = FALSE; \
code; \
} \
} while (0)
#endif
/*
* Bug 827422 and 838523.
*/