This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

initialization and enums in new version of gcc


I whant to know if the enum definition was changed in the last versions of 
gcc because in the ansi C you can not define:

enum COLOR{RED,GREEN,};

the last comma only is correct if you are defining an initialization of a 
variable. But it is allowed in gcc 4.1.1

Laura.-


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]