[m-rev.] diff: more reserved macros
Zoltan Somogyi
zs at cs.mu.OZ.AU
Fri Sep 27 18:51:55 AEST 2002
runtime/RESERVED_MACRO_NAMES:
Add two macros defined by mercury_signal.h.
Zoltan.
Index: RESERVED_MACRO_NAMES
===================================================================
RCS file: /home/mercury1/repository/mercury/runtime/RESERVED_MACRO_NAMES,v
retrieving revision 1.13
diff -u -b -r1.13 RESERVED_MACRO_NAMES
--- RESERVED_MACRO_NAMES 24 Sep 2002 06:55:26 -0000 1.13
+++ RESERVED_MACRO_NAMES 26 Sep 2002 15:18:02 -0000
@@ -42,3 +42,8 @@
# headers, so this doesn't cause any name space polution.
__GNU_LIBRARY__
#-----------------------------------------------------------------------------#
+# These are defined by mercury_signal.h. The first is defined only temporarily,
+# and the second eliminates gratuitous differences between Linux versions.
+# Neither really pollutes the namespace.
+__KERNEL__
+sigcontext_struct
--------------------------------------------------------------------------
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