From 55681891e5a1b7e802a4a925377379da9b38b72a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 29 Oct 1996 17:47:50 +0000 Subject: [PATCH] . --- lib/xstrtoul.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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_ */ -- 2.47.2