summaryrefslogtreecommitdiff
path: root/epoc
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-01-17 03:24:48 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-01-17 03:24:48 +0000
commit76d3c696f3f9d8be0bea9b002ddfc255153cfadd (patch)
treedfee2903009a08674d10fa46c301ae8d7486f839 /epoc
parenteabb5a47cfff827abe7f644eb4ce7727ae1159a4 (diff)
downloadperl-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 'epoc')
-rw-r--r--epoc/config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/epoc/config.sh b/epoc/config.sh
index 36bfc89688..050c3c7262 100644
--- a/epoc/config.sh
+++ b/epoc/config.sh
@@ -649,11 +649,11 @@ shmattype=''
shortsize='2'
shrpenv=''
shsharp=''
-sig_count='ZERO '
sig_name=''
sig_name_init='"ZERO", 0'
sig_num='0'
sig_num_init='0, 0'
+sig_size='2'
signal_t='void'
sitearch='?:/perl/lib/site_perl/5.7.0/epoc'
sitearchexp='?:/perl/lib/site_perl/5.7.0/epoc'