From: drepper Date: Sat, 21 Jun 1997 00:52:13 +0000 (+0000) Subject: Standardize the multiple-include protect. X-Git-Tag: libc-ud-970620~230 X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=commitdiff_plain;h=6cce0f79c1d782186e3ace245f562546fc3d460f Standardize the multiple-include protect. --- 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