Files
mercury/extras/morphine/source/load_morphine_without_banner.pl
Erwan Jahier 64ab913835 Replace occurrences of "INSA" by "INSA de Rennes" since Morphine is an "INSA de
Estimated hours taken: 1

Replace occurrences of "INSA" by "INSA de Rennes" since Morphine is an "INSA de
Rennes" software, not an "INSA" one.


*:
*/*:
	/s/INSA/INSA de Rennes/

scripts/exec_mercury_program:
	Remove some useless I/O wrapping of Mercury execution runs.

source/collect.op:
	Improve a litte bit the documentation of collect/2.
1999-12-20 14:44:17 +00:00

18 lines
551 B
Prolog

%------------------------------------------------------------------------------%
% Copyright (C) 1999 INRIA/INSA de Rennes.
% This file may only be copied under the terms of the GNU Library General
% Public License - see the file License in the Morphine distribution.
%
% Author : Erwan Jahier <jahier@irisa.fr>
%
:- compile("./load_morphine.pl").
% Remove the Eclipse banner (for non-regression test)
opium_banner(_, _Sepiabanner) :-
write(toplevel_output, ""),
flush(toplevel_output).
:- set_error_handler(164, opium_banner/2).