1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-11 18:45:10 +00:00

Remove sysatms.h/c (#201)

The C file was empty, and the H file only had unused constants
in it.
This commit is contained in:
Bruce Mitchener
2021-01-11 08:23:32 +07:00
committed by GitHub
parent 589f7d34a9
commit 2b5f8eae1c
12 changed files with 8 additions and 46 deletions

View File

@@ -1,33 +0,0 @@
#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 */