On 12/26/2018 6:05 PM, randall.s.becker@xxxxxxxxxx wrote:
The NSIG define is also not defined on __TANDEM, so we define it here as 100 if it is not defined only for __TANDEM builds.
[snip]
+#if ! defined NSIG
Why didn't you use "#ifndef" here?Taking a look at the file, I see both "#ifdef" and "#if defined" but no "#if ! defined".
Thanks, -Stolee