XlPrivateDebug.mesa
Copyright Ó 1993 by Xerox Corporation. All rights reserved.
Christian Jacobi, September 21, 1993 3:38 pm PDT
This is a temporary interface used to debug the famous "Spreitzer" bug. No, Spreitzer didn't make that bug, Spreitzer only suffers from that bug...
DIRECTORY Xl, XlPrivate;
XlPrivateDebug: CEDAR DEFINITIONS ~
BEGIN
DebugFinishWithReply: PROC [c: Xl.Connection] RETURNS [replyText: XlPrivate.Reply];
END.