> If you run
> cproto -a -{P,F,C}"int f(a, b)" exec.c
> you'll instead get a lot of output,
> /some/ prototypes changed,
> but that output ends with
> exec.c:10428: syntax error at token ''
>
> exec.c starts by having 10427 lines,
> so the error occurs one-past-the-end of that?
The full error is actually
exec.c:10428: syntax error at token ''
Expected: }
so this makes sense.
signature.asc
Description: PGP signature

