Dear Maintainer,
(This is not like #1112128 which is about unbalanced { from #if.)
If you dget src:tgif 1:4.2.5-2 and run
cproto -a -{P,F,C}"int f(a, b)" tangram2.c
most functions will be transformed, but not all:
struct ObjRec *createStartSimulatorButton( runs, event, trans, time, mode )
char *runs;
char *event;
char *trans;
char *time;
char *mode;
{
struct ObjRec *createSimulationStepButton( time, anim, delay, step )
char *time;
char *anim;
char *delay;
char *step;
{
are unaffected.
I have /not/ been able to reduce a reproducer by just copying out
the affected functions and their surroundings. In that context they do
get transformed as well.
Best,