[m-rev.] diff: MR_ArrayPtr
Zoltan Somogyi
zs at cs.mu.OZ.AU
Fri May 16 17:13:35 AEST 2003
runtime/mercury_library_types.h:
Add the types that will represent arrays when arrays are implemented
as a foreign type.
Zoltan.
cvs diff: Diffing .
Index: mercury_library_types.h
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/runtime/mercury_library_types.h,v
retrieving revision 1.9
diff -u -b -r1.9 mercury_library_types.h
--- mercury_library_types.h 4 Jun 2002 14:28:58 -0000 1.9
+++ mercury_library_types.h 16 May 2003 07:12:31 -0000
@@ -159,4 +159,7 @@
MR_Word elements[MR_VARIABLE_SIZED];
} MR_ArrayType;
+typedef MR_ArrayType *MR_ArrayPtr;
+typedef const MR_ArrayType *MR_ConstArrayPtr;
+
#endif /* not MERCURY_LIBRARY_TYPES_H */
cvs diff: Diffing GETOPT
cvs diff: Diffing machdeps
--------------------------------------------------------------------------
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