[m-rev.] for review: library additions for erlang

Peter Wang wangp at students.csse.unimelb.edu.au
Fri Aug 3 10:32:34 AEST 2007


On 2007-08-03, Peter Ross <pro at missioncriticalit.com> wrote:
> On 7/30/07, Peter Wang <wangp at students.csse.unimelb.edu.au> wrote:
> > Just the erlang_conf.m addition requires review.
> >
> Where is the erlang_conf.m.in module?

Here it is.

% @configure_input@
%-----------------------------------------------------------------------------%
% vim: ft=mercury ts=4 sw=4 et wm=0 tw=0
%-----------------------------------------------------------------------------%
% Copyright (C) 2007 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.
%-----------------------------------------------------------------------------%
%
% File: erlang_conf.m.in.
%
% At the moment this file just stores the library version for Erlang.
%
%-----------------------------------------------------------------------------%
%-----------------------------------------------------------------------------%

:- module erlang_conf.
:- implementation.

:- pragma foreign_decl("Erlang", "
-define(MR_VERSION, ""@VERSION@"").
-define(MR_FULLARCH, ""@FULLARCH@"").
").

%-----------------------------------------------------------------------------%
%-----------------------------------------------------------------------------%
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to:       mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions:          mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------



More information about the reviews mailing list