In various places in the Xorg source code see comments like this one in "./app/bitmap/Handlers.c": status->success = status->draw ? True : False; /* SUPPRESS 701 */ BWTerminateRequest(w, TRUE); What does that comments do, it kind of looks like a lint directive. Pat ---