• Ben Avison's avatar
    Tweak swis.h for older C standards · 98606082
    Ben Avison authored
    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`.)
    
    
    Version 6.13. Not tagged
    98606082