From 5417984f74da4ac85c55e61eb3b7e8d0dc18f5c2 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 29 Oct 1996 17:44:03 +0000 Subject: [PATCH] . --- lib/xstrtol.h | 6 +++--- lib/xstrtoul.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/xstrtol.h b/lib/xstrtol.h index cc8eddf06..c5fad2fe8 100644 --- a/lib/xstrtol.h +++ b/lib/xstrtol.h @@ -1,5 +1,5 @@ -#ifndef _xstrtol_h_ -# define _xstrtol_h_ 1 +#ifndef XSTRTOL_H_ +# define XSTRTOL_H_ 1 # if STRING_TO_UNSIGNED # define __xstrtol xstrtoul @@ -63,4 +63,4 @@ strtol_error # define STRTOL_FAIL_WARN(Str, Argument_type_string, Err) \ _STRTOL_ERROR (0, Str, Argument_type_string, Err) -#endif /* _xstrtol_h_ */ +#endif /* not XSTRTOL_H_ */ diff --git a/lib/xstrtoul.h b/lib/xstrtoul.h index 2e7aec07f..878521aab 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.11.0