From: Vic Newsgroups: comp.os.msdos.djgpp Subject: Re: WEIRD GCC error Date: Wed, 30 Sep 1998 18:55:08 -0400 Organization: Communications Accessibles Montreal, Quebec Canada Lines: 11 Message-ID: <3612B6CC.7512@cam.org> References: NNTP-Posting-Host: dialup-558.hip.cam.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.0Gold (Win95; I) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Salvador Eduardo Tropea (SET) wrote: > Isn't it: > > typedef struct Abc { byte a; byte b; byte c; }; > > ? no. you have typedef struct struct_name {} typedefed_name; you can say struct struct_name some_structure or typedefed_name some_other_struct