[m-rev.] for review: mmc --make for external foreign files improvements
Simon Taylor
stayl at cs.mu.OZ.AU
Fri Dec 20 11:21:33 AEDT 2002
On 19-Dec-2002, Peter Ross <pro at missioncriticalit.com> wrote:
> + % Note we use the bogus extension "XXX bogus ext" so that
> + % this predicate remains nondet.
> +target_extension(_, foreign_object(PIC, csharp)) = "XXX bogus ext" :-
> + ( PIC = pic
> + ; PIC = non_pic
> + ),
> + unexpected(this_file, "C# foreign_object").
s/this predicate/the reverse mode of this function/
Remove the XXX from the extension -- that should be reserved for
things that need attention.
Simon.
--------------------------------------------------------------------------
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