Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: ANSI + ProC ???

Re: ANSI + ProC ???

From: Stephan Wilms <Stephan.Wilms_at_CWA.de>
Date: 1997/06/25
Message-ID: <33B10C24.2437@CWA.de>#1/1

Bas Ven wrote:
>
> typedef struct {
> int i;
> int b;
> } Test, *pTest;
>
> the ProC compiler can't handle it and complains about the
> comma between Test and *pTest. I always thought this kind
> of declaration is/was valid (ansi) C.
> I hope someone can tell me that this either is not valid
> (ansi) C or that ProC is f*cked.

It is legal ANSI-C and your compiler does appear to be f*cked.

Stephan
(self appointed sole member of the campaign against grumpiness in c.l.c) Received on Wed Jun 25 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US