X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bashtypes.h;h=540ff5bcd9f17ea258761c663d8bf35a049f420f;hb=ccc6cda312fea9f0468ee65b8f368e9653e1380b;hp=a725d6198d9e37e90cbc866a829591a0a15f5f2a;hpb=726f63884db0132f01745f1fb4465e6621088ccf;p=platform%2Fupstream%2Fbash.git diff --git a/bashtypes.h b/bashtypes.h index a725d61..540ff5b 100644 --- a/bashtypes.h +++ b/bashtypes.h @@ -18,8 +18,8 @@ with Bash; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#if !defined (__BASHTYPES_H) -# define __BASHTYPES_H +#if !defined (_BASHTYPES_H_) +# define _BASHTYPES_H_ #if defined (CRAY) # define word __word @@ -31,4 +31,4 @@ # undef word #endif -#endif /* __BASHTYPES_H */ +#endif /* _BASHTYPES_H_ */