summaryrefslogtreecommitdiff
path: root/win32/config.bc
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2003-03-18 03:01:02 +0000
committerGurusamy Sarathy <gsar@cpan.org>2003-03-18 03:01:02 +0000
commitc3e38355f691a863fa579e9a1b50490c57d1d285 (patch)
tree1b12be0b72cf879c6613e96c5ad8016222e88375 /win32/config.bc
parentf9b9d3d602f1928e77e0ee656b078cbea0c8bae8 (diff)
downloadperl-c3e38355f691a863fa579e9a1b50490c57d1d285.tar.gz
according to the new Porting/Glossary, sig_num doesn't have an
extra '0' at the end p4raw-id: //depot/perl@19017
Diffstat (limited to 'win32/config.bc')
-rw-r--r--win32/config.bc2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/config.bc b/win32/config.bc
index 3b02a9f2bc..4ad810af27 100644
--- a/win32/config.bc
+++ b/win32/config.bc
@@ -827,7 +827,7 @@ shsharp='true'
sig_count='26'
sig_name='ZERO HUP INT QUIT ILL NUM05 NUM06 NUM07 FPE KILL NUM10 SEGV NUM12 PIPE ALRM TERM USR1 USR2 CHLD NUM19 USR3 BREAK ABRT STOP NUM24 CONT CLD'
sig_name_init='"ZERO", "HUP", "INT", "QUIT", "ILL", "NUM05", "NUM06", "NUM07", "FPE", "KILL", "NUM10", "SEGV", "NUM12", "PIPE", "ALRM", "TERM", "USR1", "USR2", "CHLD", "NUM19", "USR3", "BREAK", "ABRT", "STOP", "NUM24", "CONT", "CLD", 0'
-sig_num='0 1 2 21 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 18 0'
+sig_num='0 1 2 21 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 18'
sig_num_init='0, 1, 2, 21, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 18, 0'
sig_size='27'
signal_t='void'