[PATCH] Add header-guard to gbl-ctors.h

Ian Lance Taylor iant@google.com
Sat Jun 6 00:25:00 GMT 2009


Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> writes:

> 	* gbl-ctors.h: Add header guard.
> +#ifndef GCC_GBL_CTORS_H
> +#define GCC_GBL_CTORS_H
>  /*  Declare a pointer to void function type.  */

Add a blank line after the #define.

OK with that change.

Thanks.

Ian



More information about the Gcc-patches mailing list