avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [avr-gcc-list] -fshort-enums are not so short


From: Christopher X. Candreva
Subject: RE: [avr-gcc-list] -fshort-enums are not so short
Date: Wed, 24 Nov 2004 09:57:02 -0500 (EST)

On Wed, 24 Nov 2004, Ben Mann wrote:

> unsigned char a = something;
> if (0)
> else if (a == 1) goto CASE_1;
> else if (a == 2) goto CASE_2;

What does the  if (0)  do in this example ?


==========================================================
Chris Candreva  -- address@hidden -- (914) 967-7816
WestNet Internet Services of Westchester
http://www.westnet.com/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]