1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-22 10:21:30 +00:00
Interlisp.maiko/inc/sysatms.h
Nick Briggs a093d80fa5
Add include guards to all the include files in inc/ which were missing them. (#189)
As a prerequisite for cleaning up some other include issues, all the
include files in inc/ should have an include guard.  All the xxxdefs.h
were created with them, but most older files were not.
2021-01-07 03:06:42 +00:00

34 lines
1.0 KiB
C

#ifndef SYSATMS_H
#define SYSATMS_H 1
/* $Id: sysatms.h,v 1.2 1999/01/03 02:06:27 sybalsky Exp $ (C) Copyright Venue, All Rights Reserved */
/************************************************************************/
/* */
/* (C) Copyright 1989-96 Venue. All Rights Reserved. */
/* Manufactured in the United States of America. */
/* */
/************************************************************************/
/************************************************************/
/*
File Name : systematoms.h
Created : Takeshi Shimizu (Aug-20-87)
Last edited: Yasuhiko Kiuchi (Aug-24-87) for init.sun(21-Aug-87)
ver: Aug 20 87
*/
/************************************************************/
#define ATOM_MDSFREEPAGE 05353 /* \MDSFREELISTPAGE */
#define ATOM_NxtMDSPage 03553 /* \NxtMDSPage */
#define ATOM_NxtArrayPage 03551 /* \NxtArrayPage */
#define ATOM_LeastMDSPage 03567 /* \LeastMDSPage */
#define ATOM_ArrayFrLst 03552 /* \ArrayFrLst */
#define ATOM_RECLAIMCOUNTDOWN 02113 /* \RECLAIM.COUNTDOWN */
#endif /* SYSATMS_H */