projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6922b3
)
Indent cpp directives to reflect nesting.
author
Jim Meyering
<jim@meyering.net>
Mon, 9 Oct 1995 03:48:08 +0000
(
03:48
+0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 9 Oct 1995 03:48:08 +0000
(
03:48
+0000)
lib/xstrtol.c
patch
|
blob
|
history
diff --git
a/lib/xstrtol.c
b/lib/xstrtol.c
index 42d3758a69159a7fe91e056fe3932cf8dc1492dd..0b4a714bf55bf060d1fd6b08af2d182dd2e627e9 100644
(file)
--- a/
lib/xstrtol.c
+++ b/
lib/xstrtol.c
@@
-24,15
+24,15
@@
extern int errno;
#endif
#if HAVE_LIMITS_H
-#include <limits.h>
+#
include <limits.h>
#endif
#ifndef ULONG_MAX
-#define ULONG_MAX ((unsigned long) ~(unsigned long) 0)
+#
define ULONG_MAX ((unsigned long) ~(unsigned long) 0)
#endif
#ifndef LONG_MAX
-#define LONG_MAX ((long int) (ULONG_MAX >> 1))
+#
define LONG_MAX ((long int) (ULONG_MAX >> 1))
#endif
#include "xstrtol.h"