This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH/RFA] Make *_DEBUGGING_INFO defines consistent
- From: Zack Weinberg <zack at codesourcery dot com>
- To: Jason R Thorpe <thorpej at wasabisystems dot com>, gcc-patches at gcc dot gnu dot org
- Date: Thu, 29 Aug 2002 09:53:17 -0700
- Subject: Re: [PATCH/RFA] Make *_DEBUGGING_INFO defines consistent
- References: <20020829091648.F2045@dr-evil.shagadelic.org>
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