1987-03-09 15:15:03 +00:00
|
|
|
/*
|
|
|
|
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
|
|
|
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
|
|
|
*/
|
1994-06-24 11:31:16 +00:00
|
|
|
/* $Id$ */
|
1987-01-05 12:59:41 +00:00
|
|
|
|
2017-08-06 10:42:17 +00:00
|
|
|
#ifndef _MODULES_H_EM_LABEL_H
|
|
|
|
#define _MODULES_H_EM_LABEL_H
|
|
|
|
|
2016-09-17 22:02:16 +00:00
|
|
|
typedef unsigned int label;
|
|
|
|
|
2017-08-06 10:42:17 +00:00
|
|
|
#endif
|