From 4492b098a8517fe1f73eca32139095ceb008ac02 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Tue, 18 Mar 2003 06:56:26 +0000 Subject: The description of SIG_SIZE was off. p4raw-id: //depot/perl@19021 --- win32/config_H.vc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'win32/config_H.vc') diff --git a/win32/config_H.vc b/win32/config_H.vc index 38f8bf12b7..d6950649ef 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -2210,8 +2210,8 @@ * not from sig_num (which is unused). */ /* SIG_SIZE: - * This variable contains the number of elements of the sig_name - * and sig_num arrays, excluding the final NULL entry. + * This variable contains the number of elements of the SIG_NAME + * and SIG_NUM arrays, excluding the final NULL entry. */ #define SIG_NAME "ZERO", "HUP", "INT", "QUIT", "ILL", "NUM05", "NUM06", "NUM07", "FPE", "KILL", "NUM10", "SEGV", "NUM12", "PIPE", "ALRM", "TERM", "NUM16", "NUM17", "NUM18", "NUM19", "CHLD", "BREAK", "ABRT", "STOP", "NUM24", "CONT", "CLD", 0 /**/ #define 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, 20, 0 /**/ -- cgit v1.2.1