From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Sun, 1 Jul 2012 12:57:14 -0400 To: comeauat9fans@gmail.com, 9fans@9fans.net Message-ID: In-Reply-To: References: <19f6168fb6b109424ddbb1d276d62e6b@brasstown.quanstro.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] cc nit? Topicbox-Message-UUID: a08c0494-ead7-11e9-9d60-3106f5b1d025 > On Sat, Jun 30, 2012 at 5:25 PM, erik quanstrom 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; > > }; > > ; 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