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 | d8bd012b1db83f74fa474ed7e65abcef63679d6e (patch) | |
tree | 84809973430bb95920231d2a750cdd613ca87b01 /config_h.SH | |
parent | b3da4c9fbd2debdf0ab4a307cdfeb9c51f9cd099 (diff) | |
download | perl-d8bd012b1db83f74fa474ed7e65abcef63679d6e.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 /**/ |