diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-17 03:24:48 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-17 03:24:48 +0000 |
commit | 76d3c696f3f9d8be0bea9b002ddfc255153cfadd (patch) | |
tree | dfee2903009a08674d10fa46c301ae8d7486f839 /uconfig.h | |
parent | eabb5a47cfff827abe7f644eb4ce7727ae1159a4 (diff) | |
download | perl-76d3c696f3f9d8be0bea9b002ddfc255153cfadd.tar.gz |
Define SIG_SIZE, the number of elements in the sig_name and
sig_num arrays, including the final NULL entry.
p4raw-id: //depot/perl@8459
Diffstat (limited to 'uconfig.h')
-rw-r--r-- | uconfig.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2933,8 +2933,13 @@ * The last element is 0, corresponding to the 0 at the end of * the sig_name list. */ +/* SIG_SIZE: + * This variable contains the number of elements of the sig_name + * and sig_num arrays, including the final NULL entry. + */ #define SIG_NAME 0 /**/ #define SIG_NUM 0 /**/ +#define SIG_SIZE 1 /**/ /* SITEARCH: * This symbol contains the name of the private library for this package. |