diff options
Diffstat (limited to 'argp/argp.h')
-rw-r--r-- | argp/argp.h | 6 |
1 files 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 <stdio.h> #include <ctype.h> @@ -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 |