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 /uconfig.h | |
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 'uconfig.h')
-rw-r--r-- | uconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 /**/ |