From: Jim Meyering Date: Tue, 29 Oct 1996 17:47:50 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19q~193 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55681891e5a1b7e802a4a925377379da9b38b72a;p=thirdparty%2Fcoreutils.git . --- diff --git a/lib/xstrtoul.h b/lib/xstrtoul.h index 2e7aec07fe..878521aab4 100644 --- a/lib/xstrtoul.h +++ b/lib/xstrtoul.h @@ -1,7 +1,7 @@ -#ifndef _xstrtoul_h_ -# define _xstrtoul_h_ 1 +#ifndef XSTRTOUL_H_ +# define XSTRTOUL_H_ 1 # define STRING_TO_UNSIGNED 1 # include "xstrtol.h" -#endif /* _xstrtoul_h_ */ +#endif /* not XSTRTOUL_H_ */