/* ** Copyright (C) 1998-1999 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. */ /* ** mercury_bootstrap.c - ** Defintions that may be used for bootstrapping purposes. ** ** Because the runtime is linked as a library, symbols can be ** safely defined here -- if there is a duplicate symbol ** generated by the compiler, it will not link this module into ** the executable. If the symbol is not generated by the compiler, ** it will link with the definition in this file. ** ** Most of the time this file will be empty. ** It should not be used for more than one bootstrapping problem ** at a time. */ #include "mercury_imp.h"