This is the mail archive of the gcc-patches@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]

Re: [PATCH/RFA] Make *_DEBUGGING_INFO defines consistent


On Thu, Aug 29, 2002 at 09:16:48AM -0700, Jason R Thorpe wrote:
>  
>  #ifndef DWARF_DEBUGGING_INFO
> -#define DWARF_DEBUGGING_INFO 1
> +#define DWARF_DEBUGGING_INFO
>  #endif

If all the definitions are consistent, it is unnecessary to protect
them with #ifndef..#endif.  Please also remove the unnecessary
conditionals.

zw


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