From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Meissner To: jsm@cygnus.com, raeburn@cygnus.com Cc: bfd@cygnus.com Subject: Re: [toddpw@wrs.com: Patch to opcodes/ppc-opc.c to avoid overnested parens in MSVC.] Date: Wed, 29 Jul 1998 19:58:00 -0000 Message-id: <199807300258.WAA02410@tiktok.cygnus.com> X-SW-Source: 1998/msg00065.html | Perhaps a better fix would be to create an enumerator instead of a | large collection of macros? It depends, some older compilers (notably PCC varients) had problems with more than 150 enums. On the other hand, bfd would certainly not build on such systems, so maybe we don't have to worry about such systems.