Fix truncated long macros in tree.h

Eric Botcazou ebotcazou@adacore.com
Tue Apr 27 18:55:00 GMT 2010


Some long macros in tree.h aren't truncated correctly, typically

#define DECL_ORIGINAL_TYPE(NODE) (TYPE_DECL_CHECK 
(NODE)->decl_non_common.result)

instead of

#define DECL_ORIGINAL_TYPE(NODE) \
  (TYPE_DECL_CHECK (NODE)->decl_non_common.result)

while others are.

Tested on i586-suse-linux, applied on the mainline as obvious.


2010-04-27  Eric Botcazou  <ebotcazou@adacore.com>

	* tree.h: Fix truncated long macros.


-- 
Eric Botcazou
-------------- next part --------------
A non-text attachment was scrubbed...
Name: p.diff
Type: text/x-diff
Size: 26924 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20100427/c9945b5e/attachment.bin>


More information about the Gcc-patches mailing list