projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d78316
)
Remove duplicate include of <stdio.h>.
author
Jim Meyering
<jim@meyering.net>
Wed, 29 Jul 1998 04:00:36 +0000
(
04:00
+0000)
committer
Jim Meyering
<jim@meyering.net>
Wed, 29 Jul 1998 04:00:36 +0000
(
04:00
+0000)
lib/xstrtol.c
patch
|
blob
|
history
diff --git
a/lib/xstrtol.c
b/lib/xstrtol.c
index cd85a3f93d78a57f9b26f692faf454d305712e4c..00d4b117b1cc2a75d426a958e9d9c31ccc308b76 100644
(file)
--- a/
lib/xstrtol.c
+++ b/
lib/xstrtol.c
@@
-21,6
+21,8
@@
# include <config.h>
#endif
+/* Some pre-ANSI implementations (e.g. SunOS 4)
+ need stderr defined if assertion checking is enabled. */
#include <stdio.h>
#if STDC_HEADERS
@@
-36,12
+38,6
@@
# endif
#endif
-/* Some pre-ANSI implementations (e.g. SunOS 4)
- need stderr defined if assertion checking is enabled. */
-#ifndef NDEBUG
-# include <stdio.h>
-#endif
-
#include <assert.h>
#include <errno.h>