trivial diff: library/nc_builtin.nl & use_module op
Fergus Henderson
fjh at cs.mu.oz.au
Wed Jan 14 14:15:40 AEDT 1998
library/nc_builtin.nl:
Fix something that we forgot to do when adding `use_module':
uncomment the `:- op' declaration for `use_module'.
Index: nc_builtin.nl
===================================================================
RCS file: /home/mercury1/repository/mercury/library/nc_builtin.nl,v
retrieving revision 1.16
diff -u -u -r1.16 nc_builtin.nl
--- nc_builtin.nl 1997/12/09 04:02:25 1.16
+++ nc_builtin.nl 1998/01/14 03:13:58
@@ -32,7 +32,7 @@
% :- op(1199, fx, (import_adt)).
% :- op(1199, fx, (import_op)).
-% :- op(1199, fx, (use_module)).
+:- op(1199, fx, (use_module)).
% :- op(1199, fx, (use_sym)).
% :- op(1199, fx, (use_pred)).
% :- op(1199, fx, (use_cons)).
--
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.
More information about the developers
mailing list