[m-rev.] trivial diff: recognise backjump as a standard lib module

Julien Fischer juliensf at csse.unimelb.edu.au
Wed Mar 5 19:39:30 AEDT 2008


Estimated hours taken: 0.1
Branches: main

Recognise backjump as a standard library module.  This will need to bootstrap
on all the machines before the main change for adding backjumping can be
committed, otherwise the nightly builds on machines that use the hlc grades as
their default grade will break due to the missing `mercury__' prefix on some
symbols.

library/library.m:
 	Recognise backjump as a standard library module.

Julien.

Index: library.m
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/library/library.m,v
retrieving revision 1.118
diff -u -r1.118 library.m
--- library.m	31 Dec 2007 10:04:00 -0000	1.118
+++ library.m	5 Mar 2008 08:34:59 -0000
@@ -215,6 +215,7 @@
  mercury_std_library_module("array").
  mercury_std_library_module("array2d").
  mercury_std_library_module("assoc_list").
+mercury_std_library_module("backjump").
  mercury_std_library_module("bag").
  mercury_std_library_module("benchmarking").
  mercury_std_library_module("bimap").

--------------------------------------------------------------------------
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