From 88657302b711baa2b317b2bb91c93d0a03e16b36 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Fri, 25 May 2001 18:31:47 -0700 Subject: Standardize header guards. From-SVN: r42615 --- gcc/ch/tasking.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/ch/tasking.h') diff --git a/gcc/ch/tasking.h b/gcc/ch/tasking.h index 7650c2f..2a899fd 100644 --- a/gcc/ch/tasking.h +++ b/gcc/ch/tasking.h @@ -18,10 +18,10 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef _CH_TASKING_H -#define _CH_TASKING_H +#ifndef GCC_TASKING_H +#define GCC_TASKING_H /* list of this module's process, buffer, etc. decls */ extern tree tasking_list; -#endif +#endif /* ! GCC_TASKING_H */ -- cgit v1.1