> On Sat, Jun 30, 2012 at 5:25 PM, erik quanstrom <[email protected]>wrote: > > > i haven't tracked down thie issue yet, but it appears that ?c > > generate unparsable acid output > > > > ; cat > void.c > > typedef struct PNOTIFY PNOTIFY > > > > struct PNOTIFY { > > void emptiness; > > }; > > <eot>; 8c -a void.c > > void.c:1 not a function > > void.c:5 syntax error, last name: emptiness > > ... > > > > I'm not sure where this is documented, but, isn't the problem (not just > syntactically) with the above the missing semicolon on the typedef line and > not the void'ness issue?
that's true, i did miss the semicolon. but that was a copypasta problem; the issue still exists. - erik
