/* * Special code for THINK C * ------------------------ * THINK C automatically defines Enqueue and Dequeue because * they are part of the Macintosh library. This interface * renames Enqueue and Dequeue to avoid the conflict. This * code would not ordinarily be required, and it is not * necessary that you understand how it works. */ #ifdef THINK_C #define Enqueue TCEnqueue #define Dequeue TCDequeue #endif