[m-rev.] trivial diff: fix a comment in prog_data.m
Julien Fischer
juliensf at students.cs.mu.OZ.AU
Tue Feb 24 15:09:47 AEDT 2004
compiler/prog_data.m:
Reposition a comment that ended up in the wrong place after
my last change.
Julien.
Index: prog_data.m
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/prog_data.m,v
retrieving revision 1.104
diff -u -r1.104 prog_data.m
--- prog_data.m 12 Feb 2004 03:36:15 -0000 1.104
+++ prog_data.m 23 Feb 2004 06:30:58 -0000
@@ -1363,10 +1363,10 @@
thread_safe :: thread_safe,
tabled_for_io :: tabled_for_io,
purity :: purity,
+ terminates :: terminates,
% there is some special case behaviour for
% pragma c_code and pragma import purity
% if legacy_purity_behaviour is `yes'
- terminates :: terminates,
legacy_purity_behaviour :: bool,
extra_attributes ::
list(pragma_foreign_proc_extra_attribute)
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list