summaryrefslogtreecommitdiff
path: root/invalid.c
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2003-10-21 21:56:20 +0200
committerKevin Ryde <user42@zip.com.au>2003-10-21 21:56:20 +0200
commitd562f0b2a922fdbe95494792d96fb9596f76ceda (patch)
tree85ae200493ec89828a94ef3753c30f4ae618395e /invalid.c
parent3ebf7b839e9416bdd8c47bf19002bf24463360f0 (diff)
downloadgmp-d562f0b2a922fdbe95494792d96fb9596f76ceda.tar.gz
Amend a comment for clarity.
Diffstat (limited to 'invalid.c')
-rw-r--r--invalid.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/invalid.c b/invalid.c
index 45ec4ca5d..8b69ea336 100644
--- a/invalid.c
+++ b/invalid.c
@@ -36,7 +36,8 @@ MA 02111-1307, USA. */
#include "gmp-impl.h"
-/* kill is not available on mingw, but that's ok since it has raise */
+/* Incidentally, kill is not available on mingw, but that's ok, it has raise
+ and we'll be using that. */
#if ! HAVE_RAISE
#define raise(sig) kill (getpid(), sig)
#endif