[m-rev.] diff: fix tests/hard_coded/intermod_foreign_type2.m

Fergus Henderson fjh at cs.mu.OZ.AU
Fri Oct 25 12:13:49 AEST 2002


Estimated hours taken: 0.25
Branches: main

tests/hard_coded/intermod_foreign_type2.m:
	Fix another occurrence of the cut-and-paste error that I fixed in
	foreign_type2.m: s/foreign_type__/intermod_foreign_type2__/.  

Workspace: /text/fjh/text/mercury
Index: tests/hard_coded/intermod_foreign_type2.m
===================================================================
RCS file: /home/mercury1/repository/tests/hard_coded/intermod_foreign_type2.m,v
retrieving revision 1.1
diff -u -d -r1.1 intermod_foreign_type2.m
--- tests/hard_coded/intermod_foreign_type2.m	30 Jun 2002 17:07:16 -0000	1.1
+++ tests/hard_coded/intermod_foreign_type2.m	25 Oct 2002 02:16:19 -0000
@@ -17,7 +17,7 @@
 
 % IL implementation
 :- pragma foreign_type(il, coord,
-	"class [foreign_type__csharp_code]coord").
+	"class [intermod_foreign_type2__csharp_code]coord").
 
 :- pragma foreign_decl("C#", "
 public class coord {
--------------------------------------------------------------------------
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