mirror of
https://github.com/ctm/executor.git
synced 2024-11-27 01:49:33 +00:00
24 lines
477 B
C
24 lines
477 B
C
/* Copyright 1986, 1988, 1989, 1990 by Abacus Research and
|
|
* Development, Inc. All rights reserved.
|
|
*/
|
|
|
|
#if !defined (OMIT_RCSID_STRINGS)
|
|
char ROMlib_rcsid_pack[] =
|
|
"$Id: pack.c 63 2004-12-24 18:19:43Z ctm $";
|
|
#endif
|
|
|
|
/* Forward declarations in Package.h (DO NOT DELETE THIS LINE) */
|
|
|
|
#include "rsys/common.h"
|
|
#include "Package.h"
|
|
|
|
P1(PUBLIC pascal trap, void, InitPack, INTEGER, packid)
|
|
{
|
|
/* NOP */
|
|
}
|
|
|
|
P0(PUBLIC pascal trap, void, InitAllPacks)
|
|
{
|
|
/* NOP */
|
|
}
|