aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@gcc.gnu.org>2001-05-25 18:31:47 -0700
committerRichard Henderson <rth@gcc.gnu.org>2001-05-25 18:31:47 -0700
commit88657302b711baa2b317b2bb91c93d0a03e16b36 (patch)
treea63afad955af14544b1903785b68f16116173e26 /gcc/except.h
parentf811f821d511e7d03dbca9cd645d03bc721b92a2 (diff)
downloadgcc-88657302b711baa2b317b2bb91c93d0a03e16b36.zip
gcc-88657302b711baa2b317b2bb91c93d0a03e16b36.tar.gz
gcc-88657302b711baa2b317b2bb91c93d0a03e16b36.tar.bz2
Standardize header guards.
From-SVN: r42615
Diffstat (limited to 'gcc/except.h')
-rw-r--r--gcc/except.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/except.h b/gcc/except.h
index 2720241..1671cf6 100644
--- a/gcc/except.h
+++ b/gcc/except.h
@@ -31,7 +31,7 @@ struct rtx_def;
#define rtx struct rtx_def *
#endif
-#ifndef _VARRAY_H_
+#ifndef GCC_VARRAY_H
struct varray_head_tag;
#define varray_type struct varray_head_tag *
#endif
@@ -169,7 +169,7 @@ extern tree (*lang_eh_runtime_type) PARAMS ((tree));
#undef rtx
#endif
-#ifndef _VARRAY_H_
+#ifndef GCC_VARRAY_H
#undef varray_type
#endif