mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-17 10:23:46 +00:00
Estimated hours taken: 0.5 runtime/imp.h: Temporarily resurrected, for bootstrapping reasons. (Can't remove this until the change to make llds_out.m reference mercury_imp.h instead of imp.h has been installed.)
8 lines
237 B
C
8 lines
237 B
C
/*
|
|
** Copyright (C) 1993-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.
|
|
*/
|
|
|
|
#include "mercury_imp.h"
|