Date: Tue, 16 May 1995 08:08:10 +1000 From: Bruce Evans <bde@zeta.org.au> To: freebsd-hackers@FreeBSD.org, mday@artisoft.com Subject: Re: syntactical anomalies in disklabel.h Message-ID: <199505152208.IAA11567@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>Microsoft Visual C++ 2.0 didn't like the following anomalies in ><sys/disklabel.h>. My guess is they also aren't quite up to ANSI >standards, but I'm not interested in taking the time to prove it. They probaby just enforce the standard. >! #define readMSPtolabel(a,b,c,d,e,) /* zap calls if irrelevant */ >! #define readMSPtolabel(a,b,c,d,e) /* zap calls if irrelevant */ It's hard to see the problem using diff -c3! >+ #if 0 > struct cpu_disklabel { > }; >+ #endif Already removed. `gcc -ansi' warns about this. Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199505152208.IAA11567>