[m-dev.] diff: move the initialisation of MR_mmc_options in MR_trace_event_external()
Fergus Henderson
fjh at cs.mu.OZ.AU
Thu May 27 18:16:48 AEST 1999
On 26-May-1999, Erwan Jahier <Erwan.Jahier at irisa.fr> wrote:
> +++ mercury_trace_external.c 1999/05/26 10:02:25
> @@ -83,6 +83,8 @@
> MercuryFile MR_debugger_socket_in;
> MercuryFile MR_debugger_socket_out;
>
> +String MR_mmc_options;
That variable is only used in this file, so you should declare it as
`static'.
Apart from that, this change looks fine now.
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh> | of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3 | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to: mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions: mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------
More information about the developers
mailing list