[m-rev.] diff: add HAVE_SYS_SIGNAL to RESERVED_MACRO_NAMES
Fergus Henderson
fjh at cs.mu.OZ.AU
Mon Mar 19 13:33:52 AEDT 2001
Estimated hours taken: 0.25
Branches: release, main
runtime/RESERVED_MACRO_NAMES:
Add HAVE_SYS_SIGNAL, since this is used by some code that I
added recently. (XXX This is not really the right fix; the right
fix would be to rename all the HAVE_* symbols has MR_HAVE_*.
But that's too likely to be destabilizing to do just before
a release.)
Workspace: /home/hg/fjh/mercury
Index: runtime/RESERVED_MACRO_NAMES
===================================================================
RCS file: /home/mercury1/repository/mercury/runtime/RESERVED_MACRO_NAMES,v
retrieving revision 1.1
diff -u -d -r1.1 RESERVED_MACRO_NAMES
--- runtime/RESERVED_MACRO_NAMES 2000/12/04 18:28:45 1.1
+++ runtime/RESERVED_MACRO_NAMES 2001/03/19 02:24:58
@@ -98,6 +98,7 @@
HAVE_SYS_PARAM
HAVE_SYS_STAT_H
HAVE_SYS_SIGINFO
+HAVE_SYS_SIGNAL
HAVE_SYS_TIME
HAVE_SYS_TIMES_H
HAVE_SYS_TYPES_H
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
| of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
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