summaryrefslogtreecommitdiff
path: root/lib/argmatch.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-01 17:34:18 +0000
committerJim Meyering <jim@meyering.net>1999-01-01 17:34:18 +0000
commitaa014b906c92d2baa3e54e4acf8b0f361accb2b3 (patch)
tree29062ed7ef596de6d021ceda444af8287d3228ca /lib/argmatch.h
parent2a5e98c9a404aa738afbf739180fd12abbe9107e (diff)
downloadcoreutils-aa014b906c92d2baa3e54e4acf8b0f361accb2b3.tar.xz
remove leading _ from _ARGMATCH_H_
Diffstat (limited to 'lib/argmatch.h')
-rw-r--r--lib/argmatch.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/argmatch.h b/lib/argmatch.h
index 67cbd028d..42a510b68 100644
--- a/lib/argmatch.h
+++ b/lib/argmatch.h
@@ -18,8 +18,8 @@
/* Written by David MacKenzie <djm@ai.mit.edu>
Modified by Akim Demaille <demaille@inf.enst.fr> */
-#ifndef _ARGMATCH_H_
-# define _ARGMATCH_H_ 1
+#ifndef ARGMATCH_H_
+# define ARGMATCH_H_ 1
# if HAVE_CONFIG_H
# include <config.h>
@@ -106,4 +106,4 @@ const char *argmatch_to_argument
argmatch_to_argument ((char *) &Value, Arglist, \
(const char *) Vallist, sizeof (*Vallist))
-#endif /* _ARGMATCH_H_ */
+#endif /* ARGMATCH_H_ */