From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: <4ff62af94bac2fe7ab0d7c4d7f6ecbda@proxima.alt.za> Date: Tue, 13 Dec 2011 22:38:56 +0000 Message-ID: From: Charles Forsyth To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=e89a8f2353ffab481a04b400eacb Subject: Re: [9fans] C compiler error? Topicbox-Message-UUID: 4edf8030-ead7-11e9-9d60-3106f5b1d025 --e89a8f2353ffab481a04b400eacb Content-Type: text/plain; charset=UTF-8 it's reasonable to use any integer type in a switch, although the compilers don't currently support it. it's compatible with the standard, which allows any integer type. i'd cancel the change request and work round it (add a cast) until the compilers can be changed to support it. --e89a8f2353ffab481a04b400eacb Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable it's reasonable to use any integer type in a switch, although the compi= lers don't currently support it.
it's compatible with the stand= ard, which allows any integer type. i'd cancel the change request and w= ork round it (add a cast) until
the compilers can be changed to support it.

--e89a8f2353ffab481a04b400eacb--