mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-18 07:20:25 +08:00
gbl-ctors.h: Add header guard.
2009-06-07 Bernhard Reutner-Fischer <aldot@gcc.gnu.org> * gbl-ctors.h: Add header guard. From-SVN: r148262
This commit is contained in:
parent
b2ad028425
commit
69952c1d4d
@ -1,3 +1,7 @@
|
||||
2009-06-07 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
|
||||
|
||||
* gbl-ctors.h: Add header guard.
|
||||
|
||||
2009-06-07 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
|
||||
|
||||
* tree-flow.h (make_value_handle, set_value_handle, sort_vuses,
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user