summaryrefslogtreecommitdiff
path: root/libshouldbeinlibc
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1997-07-03 17:38:27 +0000
committerMiles Bader <miles@gnu.org>1997-07-03 17:38:27 +0000
commitac68a5df7bfd704584e6783c4f6d7d3e8af7a60c (patch)
tree5586af8c7e79a0d04858ca4cd978e9790f0d8e68 /libshouldbeinlibc
parentf24955c73616e6ee49662705116f26ea8a6747ea (diff)
Standardize the multiple-include protect (for libc).
Diffstat (limited to 'libshouldbeinlibc')
-rw-r--r--libshouldbeinlibc/argp-fmtstream.h6
1 files changed, 3 insertions, 3 deletions
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 <config.h>
@@ -294,4 +294,4 @@ __argp_fmtstream_point (argp_fmtstream_t __fs)
#endif /* ARGP_FMTSTREAM_USE_LINEWRAP */
-#endif /* __ARGP_FMTSTREAM_H__ */
+#endif /* argp-fmtstream.h */