[m-rev.] trivial diff: fix runtime compilation on 64-bit machines
Julien Fischer
juliensf at csse.unimelb.edu.au
Tue Feb 13 14:49:04 AEDT 2007
Estimated hours taken: 0
Branches: main
runtime/mercury_bitmap.h:
Fix a problem with Simon's recent change that broke compilation
of the runtime on 64-bit machines.
Julien.
Index: mercury_bitmap.h
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/runtime/mercury_bitmap.h,v
retrieving revision 1.1
diff -u -r1.1 mercury_bitmap.h
--- mercury_bitmap.h 13 Feb 2007 01:58:56 -0000 1.1
+++ mercury_bitmap.h 13 Feb 2007 03:47:18 -0000
@@ -53,7 +53,7 @@
} while (0)
-int MR_bitmap_cmp(MR_ConstBitmapPtr, MR_ConstBitmapPtr);
+MR_Integer MR_bitmap_cmp(MR_ConstBitmapPtr, MR_ConstBitmapPtr);
#ifdef __GNUC__
#define MR_bitmap_cmp(b1, b2) \
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to: mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions: mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------
More information about the reviews
mailing list