Trailing-Edge
-
PDP-10 Archives
-
SRI_NIC_PERM_FS_1_19910112
-
c/kcc5/cendps.c
There are no other files named cendps.c in the archive.
/*
* CENDPS.C -- companion module to CPSECT.MAC (PSECT support for KCC)
*
* This module defines the tie-off symbols needed by CRT.C to
* determine where the ends of the various psects are (the JOBDAT
* info LINK provides isn't sufficient).
*
* This module is loaded via a /USERLIB switch by CPSECT to make
* sure it is the very last module loaded. See CPSECT.MAC for more
* details.
*/
int `Z$DATA`; /* Last word in "loseg" */
void `Z$CODE`() {} /* Last word in "hiseg" */
/* That's all we need to do here. */