[m-rev.] diff: tag on cell to be reused is unknown
Julien Fischer
juliensf at students.cs.mu.oz.au
Wed Mar 14 00:18:51 AEDT 2001
On Tue, 13 Mar 2001, Peter Ross wrote:
> ===================================================================
> RCS file: /home/mercury1/repository/mercury/compiler/java_util.m,v
> retrieving revision 1.1
> diff -u -r1.1 java_util.m
> --- compiler/java_util.m 2001/03/01 15:52:35 1.1
> +++ compiler/java_util.m 2001/03/13 12:22:07
> @@ -76,13 +76,15 @@
>
> %-----------------------------------------------------------------------------%
>
> -% 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").
> java_util__unary_prefix_op(tag, _) :-
> unexpected(this_file, "Java backend does not support tags").
> java_util__unary_prefix_op(unmktag, _) :-
> + unexpected(this_file, "Java backend does not support tags").
> +java_util__unary_prefix_op(strip_tag, _) :-
> unexpected(this_file, "Java backend does not support tags").
> java_util__unary_prefix_op(mkbody, _) :-
> unexpected(this_file, "Java backend does not support tags").
I'm fairly certain that the XXX comment is irrelevant now; it should
be deleted.
Julien
--------------------------------------------------------------------------
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