summaryrefslogtreecommitdiff
path: root/config_h.SH
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 /config_h.SH
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 'config_h.SH')
-rw-r--r--config_h.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/config_h.SH b/config_h.SH
index f96a18f521..8a71dfec01 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -2959,7 +2959,7 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
/* 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 $sig_name_init /**/
#define SIG_NUM $sig_num_init /**/