On Sat, Jun 30, 2012 at 5:25 PM, erik quanstrom <quanstro@quanstro.net> 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?

--
Greg Comeau / 4.3.10.1 with C++0xisms now in beta!
Comeau C/C++ ONLINE ==>     http://www.comeaucomputing.com/tryitout
World Class Compilers:  Breathtaking C++, Amazing C99, Fabulous C90.
Comeau C/C++ with Dinkumware's Libraries... Have you tried it?