Pristine Ack-5.5
[Ack-5.5.git] / util / ack / dmach.h
1 /*
2  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
3  * See the copyright notice in the ACK home directory, in the file "Copyright".
4  */
5 /***************************************************************/
6 /*                                                             */
7 /*   Definition for table that maps a name on an intable index */
8 /*                                                             */
9 /***************************************************************/
10
11 #ifndef NORCSID
12 #define RCS_DMACH "$Id: dmach.h,v 2.3 1994/06/24 10:12:34 ceriel Exp $"
13 #endif
14
15
16 typedef struct {
17         char *ma_name ;         /* The name of the machine */
18         int   ma_index ;
19 } dmach ;
20
21 extern dmach massoc[] ;
22
23 extern char  intable[] ;