Message-ID: <20020520050514.50800.qmail@web11302.mail.yahoo.com> Date: Sun, 19 May 2002 22:05:14 -0700 (PDT) From: Pedro Izecksohn Subject: enum To: djgpp AT delorie DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Reply-To: djgpp AT delorie DOT com Wouldn't be great if it was possible to compile the code bellow ? I know the compiler's problem with it, but what is the logical problem ? Hasn't English some words that they have differents meanings in different phrases ? #define something enum something something { a,b,c,d,e }; #define otherthing enum otherthing otherthing { a,s,d,f,g }; int main () { something first; otherthing second; first=a; second=a; return 0; } __________________________________________________ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com