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:
@@ -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 */
|
||||
Reference in New Issue
Block a user