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: [C PATCH] Use VAR_OR_FUNCTION_DECL_P


On Wed, May 20, 2015 at 12:01:21PM +0200, Marek Polacek wrote:
> The following patch is an effort to use the macro where appropriate
> in c/ and c-family/ directories.  No functional changes intended.
> 
> Bootstrapped/regtested on x86_64-linux, ok for trunk?
> 
> 2015-05-20  Marek Polacek  <polacek@redhat.com>
> 
> 	* c-pragma.c: Use VAR_OR_FUNCTION_DECL_P throughout.
> 	* c-common.c: Likewise.
> 
> 	* c-decl.c: Use VAR_OR_FUNCTION_DECL_P throughout.
> 	* c-typeck.c: Likewise.

Ok.

	Jakub


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