trivial diff: comment in hlds_pred.m
David Glen JEFFERY
dgj at cs.mu.OZ.AU
Thu Aug 13 12:19:38 AEST 1998
Hi,
I've already commited this one:
Estimated hours taken: 0.01
compiler/hlds_pred.m:
Add a comment to type_info_locn_var/2 to avoid confusion.
cvs diff: Diffing compiler/
Index: compiler//hlds_pred.m
===================================================================
RCS file: /home/staff/zs/imp/mercury/compiler/hlds_pred.m,v
retrieving revision 1.50
diff -u -t -r1.50 hlds_pred.m
--- hlds_pred.m 1998/08/04 14:56:07 1.50
+++ hlds_pred.m 1998/08/04 23:46:35
@@ -256,6 +256,10 @@
% it is packed inside a typeclass_info,
% and is at the given offset
+ % type_info_locn_var(TypeInfoLocn, Var):
+ % Var is the variable corresponding to the TypeInfoLocn. Note
+ % that this does *not* mean that Var is a type_info; it may be
+ % a typeclass_info in which the type_info is nested.
:- pred type_info_locn_var(type_info_locn::in, var::out) is det.
:- pred type_info_locn_set_var(type_info_locn::in, var::in,
cvs diff: Diffing compiler//notes
love and cuddles,
dgj
--
David Jeffery (dgj at cs.mu.oz.au) | Marge: Did you just call everyone "chicken"?
PhD student, | Homer: Noooo. I swear on this Bible!
Department of Computer Science | Marge: That's not a Bible; that's a book of
University of Melbourne | carpet samples!
Australia | Homer: Ooooh... Fuzzy.
More information about the developers
mailing list