aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-04-21 16:19:06 -0700
committerPaul Eggert2011-04-21 16:19:06 -0700
commit36009a21cb540401591a4891e05e1c4b32a8c593 (patch)
tree117c9aab837947294f51e3762c511e25831bbef3 /ChangeLog
parentbc0a5c13baf196e0f4b1554425459cdb6665fbc5 (diff)
downloademacs-36009a21cb540401591a4891e05e1c4b32a8c593.tar.gz
emacs-36009a21cb540401591a4891e05e1c4b32a8c593.zip
* lib/wchar.h, lib/inttypes.h: Remove; not needed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c10a2fbec2f..04a33ec49e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,9 +4,9 @@
4 This is needed for the new integer-reading code in lread.c. 4 This is needed for the new integer-reading code in lread.c.
5 It automatically pulls in the following gnulib files, which 5 It automatically pulls in the following gnulib files, which
6 are used on old-fashioned platforms that don't have strtoumax: 6 are used on old-fashioned platforms that don't have strtoumax:
7 lib/inttypes.h, lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, 7 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c,
8 lib/strtoll.c, lib/strtoul.c, lib/strtoull.c, lib/strtoumax.c, 8 lib/strtoll.c, lib/strtoul.c, lib/strtoull.c, lib/strtoumax.c,
9 lib/verify.h, lib/wchar.h, lib/wchar.in.h, m4/inttypes-pri.m4, 9 lib/verify.h, lib/wchar.in.h, m4/inttypes-pri.m4,
10 m4/inttypes.m4, m4/strtoimax.m4, m4/strtol.m4, m4/strtoll.m4, 10 m4/inttypes.m4, m4/strtoimax.m4, m4/strtol.m4, m4/strtoll.m4,
11 m4/strtoul.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/wchar_h.m4, 11 m4/strtoul.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/wchar_h.m4,
12 m4/wint_t.m4. 12 m4/wint_t.m4.