executor/src/prError.c

25 lines
515 B
C

/* Copyright 1989, 1990 by Abacus Research and
* Development, Inc. All rights reserved.
*/
#if !defined (OMIT_RCSID_STRINGS)
char ROMlib_rcsid_prError[] =
"$Id: prError.c 63 2004-12-24 18:19:43Z ctm $";
#endif
/* Forward declarations in PrintMgr.h (DO NOT DELETE THIS LINE) */
#include "rsys/common.h"
#include "QuickDraw.h"
#include "PrintMgr.h"
P0(PUBLIC pascal trap, INTEGER, PrError)
{
return CW(PrintErr);
}
P1(PUBLIC pascal trap, void, PrSetError, INTEGER, iErr)
{
PrintErr = CW(iErr);
}