Tweak swis.h for older C standards
Prior to C18, you couldn't have duplicate typedefs (even if identical) so
if you #include
both <stdio.h>
and "swis.h"
the typedef __va_list
conflicted if you specified -c90
or -c99
. (The header was already
incompatible with -pcc
.)
!NoTag