[m-rev.] trivial diff: fix typo in runtime/mercury_heap.h

Simon Taylor stayl at cs.mu.OZ.AU
Sun Jun 2 14:45:07 AEST 2002


Estimated hours taken: 0.1
Branches: main

runtime/mercury_heap.h:
	Fix a typo in Fergus's last change.
	s/MR_STRINGIZE/MR_STRINGIFY/

Index: mercury_heap.h
===================================================================
RCS file: /home/mercury1/repository/mercury/runtime/mercury_heap.h,v
retrieving revision 1.24
diff -u -u -r1.24 mercury_heap.h
--- mercury_heap.h	30 May 2002 08:00:21 -0000	1.24
+++ mercury_heap.h	2 Jun 2002 04:40:07 -0000
@@ -366,7 +366,7 @@
 					size_in_words);			\
 			*(T *)(box) = (value);				\
 			MR_maybe_record_allocation(size_in_words,	\
-				"", "foreign type: " MR_STRINGIZE(T));	\
+				"", "foreign type: " MR_STRINGIFY(T));	\
 		} else {						\
 			/* We can't take the address of `box' here, */	\
 			/* since it might be a global register. */	\
--------------------------------------------------------------------------
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