From ac68a5df7bfd704584e6783c4f6d7d3e8af7a60c Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 3 Jul 1997 17:38:27 +0000 Subject: Standardize the multiple-include protect (for libc). --- libshouldbeinlibc/argp-fmtstream.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libshouldbeinlibc') diff --git a/libshouldbeinlibc/argp-fmtstream.h b/libshouldbeinlibc/argp-fmtstream.h index d1a262a7..ebc68380 100644 --- a/libshouldbeinlibc/argp-fmtstream.h +++ b/libshouldbeinlibc/argp-fmtstream.h @@ -23,8 +23,8 @@ that. This header file is only used internally while compiling argp, and shouldn't be installed. */ -#ifndef __ARGP_FMTSTREAM_H__ -#define __ARGP_FMTSTREAM_H__ +#ifndef _ARGP_FMTSTREAM_H +#define _ARGP_FMTSTREAM_H #ifdef HAVE_CONFIG_H #include @@ -294,4 +294,4 @@ __argp_fmtstream_point (argp_fmtstream_t __fs) #endif /* ARGP_FMTSTREAM_USE_LINEWRAP */ -#endif /* __ARGP_FMTSTREAM_H__ */ +#endif /* argp-fmtstream.h */ -- cgit v1.2.3