From 61d330f56a99c5d75b45edac2b859f9d190336d5 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 21 Feb 2005 07:53:52 +0000 Subject: New header guards. --- cpukit/score/inline/rtems/score/stack.inl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/inline/rtems/score/stack.inl') diff --git a/cpukit/score/inline/rtems/score/stack.inl b/cpukit/score/inline/rtems/score/stack.inl index f9cf0334f3..83df22fd2a 100644 --- a/cpukit/score/inline/rtems/score/stack.inl +++ b/cpukit/score/inline/rtems/score/stack.inl @@ -16,8 +16,8 @@ * $Id$ */ -#ifndef __STACK_inl -#define __STACK_inl +#ifndef _RTEMS_SCORE_STACK_INL +#define _RTEMS_SCORE_STACK_INL /** * @addtogroup ScoreStack -- cgit v1.2.3