* remove duplicate wordsinsigset

This commit is contained in:
peter 2004-05-16 13:03:27 +00:00
parent cc5c75b714
commit cf0c7b974f

View File

@ -100,12 +100,14 @@ CONST
SYS_NMLN = 32; {BSD utsname struct limit}
SIG_MAXSIG = 128; // highest signal version
wordsinsigset = 4; // words in sigset_t
{
$Log$
Revision 1.5 2004-01-04 20:08:45 jonas
Revision 1.6 2004-05-16 13:03:27 peter
* remove duplicate wordsinsigset
Revision 1.5 2004/01/04 20:08:45 jonas
* moved SIG_MAXSIG and wordsinsigset constants from bunxtype.inc to
ptypes.inc (already there for Darwin)