summaryrefslogtreecommitdiff
path: root/uconfig.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-01-21 19:22:26 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-01-21 19:22:26 +0000
commitbbbf5d77f86bf2c0500b791adc75e990b503ac14 (patch)
tree84809973430bb95920231d2a750cdd613ca87b01 /uconfig.h
parentb5a0da183be05b17fe5f94a6d874ae3af91c12f3 (diff)
downloadperl-bbbf5d77f86bf2c0500b791adc75e990b503ac14.tar.gz
The SIG_SIZE is the number of the elements *excluding*
the terminating NULL. p4raw-id: //depot/perl@8501
Diffstat (limited to 'uconfig.h')
-rw-r--r--uconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/uconfig.h b/uconfig.h
index d48bb6e5cb..b888415c58 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -2935,7 +2935,7 @@
*/
/* SIG_SIZE:
* This variable contains the number of elements of the sig_name
- * and sig_num arrays, including the final NULL entry.
+ * and sig_num arrays, excluding the final NULL entry.
*/
#define SIG_NAME 0 /**/
#define SIG_NUM 0 /**/