changeset 1602:ef61182520b2

remove leading _ from _ARGMATCH_H_
author Jim Meyering <jim@meyering.net>
date Fri, 01 Jan 1999 17:34:18 +0000
parents c88cebb914b4
children 394e749157f3
files lib/argmatch.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
    argmatch_to_argument ((char *) &Value, Arglist, 	\
 			 (const char *) Vallist, sizeof (*Vallist))
 
-#endif /* _ARGMATCH_H_ */
+#endif /* ARGMATCH_H_ */