From: Jim Meyering Date: Fri, 1 Jan 1999 17:34:18 +0000 (+0000) Subject: remove leading _ from _ARGMATCH_H_ X-Git-Tag: FILEUTILS-4_1-b2~72 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa014b906c92d2baa3e54e4acf8b0f361accb2b3;p=thirdparty%2Fcoreutils.git remove leading _ from _ARGMATCH_H_ --- diff --git a/lib/argmatch.h b/lib/argmatch.h index 67cbd028de..42a510b686 100644 --- a/lib/argmatch.h +++ b/lib/argmatch.h @@ -18,8 +18,8 @@ /* Written by David MacKenzie Modified by Akim Demaille */ -#ifndef _ARGMATCH_H_ -# define _ARGMATCH_H_ 1 +#ifndef ARGMATCH_H_ +# define ARGMATCH_H_ 1 # if HAVE_CONFIG_H # include @@ -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_ */