diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-21 19:22:26 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-21 19:22:26 +0000 |
commit | bbbf5d77f86bf2c0500b791adc75e990b503ac14 (patch) | |
tree | 84809973430bb95920231d2a750cdd613ca87b01 /config_h.SH | |
parent | b5a0da183be05b17fe5f94a6d874ae3af91c12f3 (diff) | |
download | perl-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.SH | 2 |
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 /**/ |