[m-rev.] diff: tag on cell to be reused is unknown

Fergus Henderson fjh at cs.mu.OZ.AU
Wed Mar 14 03:16:07 AEDT 2001


On 14-Mar-2001, Julien Fischer <juliensf at students.cs.mu.oz.au> wrote:
> 
> > +++ compiler/java_util.m	2001/03/13 12:22:07
> > -% XXX I'm not sure what the first six of these should be
> > +% XXX I'm not sure what the first seven of these should be
> >  %     for the Java backend.
> >  java_util__unary_prefix_op(mktag, _) :-
> >  	unexpected(this_file, "Java backend does not support tags").
>
> I'm fairly certain that the XXX comment is irrelevant now; it should
> be deleted.

Done.

----------

Estimated hours taken: 0.05
Branches: main

compiler/java_util.m:
        Delete an obsolete XXX comment that no longer applies.

Index: mercury/compiler/java_util.m
diff -u mercury/compiler/java_util.m:1.2 mercury/compiler/java_util.m:1.3
--- mercury/compiler/java_util.m:1.2	Tue Mar 13 23:40:12 2001
+++ mercury/compiler/java_util.m	Wed Mar 14 03:14:15 2001
@@ -76,8 +76,6 @@
 
 %-----------------------------------------------------------------------------%
 
-% XXX I'm not sure what the first seven of these should be
-%     for the Java backend.
 java_util__unary_prefix_op(mktag, _) :-
 	unexpected(this_file, "Java backend does not support tags").
 java_util__unary_prefix_op(tag,	_) :-

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
                                    |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
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