Files
mercury/extras/cgi/mercury_www.m
Julien Fischer 0373339c51 Fix minor problems with the extras.
extras/cgi/mercury_www.m:
extras/fixed/mercury_fixed.m:
    Add missing interface declarations.

extras/fixed/Mercury.options:
    Do not warn about unused interface imports in the mercury_fixed
    module.

extras/fixed/fixed.m:
    Replace a call to an obsolete function.

extras/log4m/log4m.m:
    Fix spelling.

extras/mopenssl/mopenssl.m:
    Conform to changes in the structure of the net library.
2015-08-21 23:07:39 +10:00

16 lines
575 B
Mathematica

%-----------------------------------------------------------------------------%
% Copyright (C) 1998 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_www -- a Mercury World Wide Web library.
%
:- module mercury_www.
:- interface.
:- import_module cgi.
:- import_module html.