From 6cce0f79c1d782186e3ace245f562546fc3d460f Mon Sep 17 00:00:00 2001 From: drepper Date: Sat, 21 Jun 1997 00:52:13 +0000 Subject: [PATCH] Standardize the multiple-include protect. --- argp/argp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/argp/argp.h b/argp/argp.h index 2305590a5d..600264e6b7 100644 --- a/argp/argp.h +++ b/argp/argp.h @@ -18,8 +18,8 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef __ARGP_H__ -#define __ARGP_H__ +#ifndef _ARGP_H +#define _ARGP_H #include #include @@ -551,7 +551,7 @@ __option_is_end (__const struct argp_option *__opt) # undef __option_is_short # undef __option_is_end #endif - +#endif /* argp.h */ #endif /* __OPTIMIZE__ */ #ifdef __cplusplus -- 2.11.0