/* ** Copyright (C) 1997 The University of Melbourne. ** This file may only be copied under the terms of the GNU Library General ** Public License - see the file COPYING.LIB in the Mercury distribution. ** ** $Id: machine.c,v 1.5 1997-07-27 14:59:23 fjh Exp $ */ /* Imports */ #include #include #include "machine.h" /* Exported definitions */ /* Local declarations */ static char rcs_id[] = "$Id: machine.c,v 1.5 1997-07-27 14:59:23 fjh Exp $"; /* Implementation */