X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fgbl-ctors.h;h=ac4faae1292897e2f68fe15dcb1bc86a6098e9c9;hb=81540bae22fbff1c51ccdb4952b0c7d1ab144c2c;hp=67d5740522694b6cdbfcecc1a8180914520c2ff1;hpb=7ad9dc69f6756676d4f935ef2d0775b41d71c9eb;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/gbl-ctors.h b/gcc/gbl-ctors.h index 67d57405226..ac4faae1292 100644 --- a/gcc/gbl-ctors.h +++ b/gcc/gbl-ctors.h @@ -35,6 +35,9 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see Note that this file should only be compiled with GCC. */ +#ifndef GCC_GBL_CTORS_H +#define GCC_GBL_CTORS_H + /* Declare a pointer to void function type. */ typedef void (*func_ptr) (void); @@ -81,3 +84,4 @@ do { \ } while (0) #endif +#endif /* GCC_GBL_CTORS_H */