summaryrefslogtreecommitdiff
path: root/gcc/varray.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/varray.h')
-rw-r--r--gcc/varray.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/varray.h b/gcc/varray.h
index 1456ffebe45..a50eedc6803 100644
--- a/gcc/varray.h
+++ b/gcc/varray.h
@@ -19,14 +19,14 @@
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#ifndef _VARRAY_H_
-#define _VARRAY_H_
+#ifndef GCC_VARRAY_H
+#define GCC_VARRAY_H
#ifndef HOST_WIDE_INT
#include "machmode.h"
#endif
-#ifndef __GCC_SYSTEM_H__
+#ifndef GCC_SYSTEM_H
#include "system.h"
#endif
@@ -271,4 +271,4 @@ extern void varray_check_failed PARAMS ((varray_type, size_t,
#define VARRAY_TOP_CONST_EQUIV(VA) VARRAY_TOP (VA, const_equiv)
#define VARRAY_TOP_BB(VA) VARRAY_TOP (VA, bb)
-#endif /* _VARRAY_H_ */
+#endif /* ! GCC_VARRAY_H */