projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
047839f
)
Include <stdint.h> unconditionally, since we
author
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 2 Jul 2006 07:09:25 +0000
(07:09 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 2 Jul 2006 07:09:25 +0000
(07:09 +0000)
now assume the stdint module.
ChangeLog
patch
|
blob
|
history
src/system.h
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 6f2f561bcacc62728a54907352773d9adae91560..f6817ff1c722935d4b9a05c1b1790a95bc8538bc 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2006-07-02 Paul Eggert <eggert@cs.ucla.edu>
+
+ * src/system.h: Include <stdint.h> unconditionally, since we
+ now assume the stdint module.
+
2006-07-01 Paul Eggert <eggert@cs.ucla.edu>
* NEWS: With no operand, 'tail -f' now silently ignores the '-f'
diff --git
a/src/system.h
b/src/system.h
index 7ddbd7dbe5a0d3a00413ad9bdd8611fb0ea4973c..644c03c8ad745148908f8bb2e94974a39a4fed59 100644
(file)
--- a/
src/system.h
+++ b/
src/system.h
@@
-334,9
+334,7
@@
enum
#if HAVE_INTTYPES_H
# include <inttypes.h>
#endif
-#if HAVE_STDINT_H
-# include <stdint.h>
-#endif
+#include <stdint.h>
#if ULONG_MAX_LT_ULLONG_MAX
# define LONGEST_MODIFIER "ll"