Files
mercury/bytecode/template.h
1997-01-24 07:13:10 +00:00

14 lines
213 B
C

/*
* $Id: template.h,v 1.1 1997-01-24 07:12:50 aet Exp $
*
* Copyright: The University of Melbourne, 1996
*/
#if ! defined(TEMPLATE_H)
#define TEMPLATE_H
typedef unsigned char
Byte;
#endif /* TEMPLATE_H */