aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2011-02-04 21:07:22 -0800
committerPaul Eggert2011-02-04 21:07:22 -0800
commitd67985d3f98bdf075c7fa8eaa05529a9c49771e1 (patch)
treef55f1f0bc36a232fd1307bee15b2a67c6d396997 /src
parentec72bf63aea256f08eaab0f09929dbd327a57178 (diff)
downloademacs-d67985d3f98bdf075c7fa8eaa05529a9c49771e1.tar.gz
emacs-d67985d3f98bdf075c7fa8eaa05529a9c49771e1.zip
sync from gnulib to remove HAVE_STDBOOL_H
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/config.in3
2 files changed, 5 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b0edc2c0375..a5e00178ce5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12011-02-05 Paul Eggert <eggert@cs.ucla.edu>
2
3 sync from gnulib to remove HAVE_STDBOOL_H
4 * config.in: Regenerate.
5
12011-02-04 Eli Zaretskii <eliz@gnu.org> 62011-02-04 Eli Zaretskii <eliz@gnu.org>
2 7
3 * makefile.w32-in (LISP_H, PROCESS_H): New variables. 8 * makefile.w32-in (LISP_H, PROCESS_H): New variables.
diff --git a/src/config.in b/src/config.in
index 48fc7a23d82..729c598a445 100644
--- a/src/config.in
+++ b/src/config.in
@@ -615,9 +615,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
615/* Define to 1 if `speed_t' is declared by <termios.h>. */ 615/* Define to 1 if `speed_t' is declared by <termios.h>. */
616#undef HAVE_SPEED_T 616#undef HAVE_SPEED_T
617 617
618/* Define to 1 if stdbool.h conforms to C99. */
619#undef HAVE_STDBOOL_H
620
621/* Define to 1 if you have the <stdint.h> header file. */ 618/* Define to 1 if you have the <stdint.h> header file. */
622#undef HAVE_STDINT_H 619#undef HAVE_STDINT_H
623 620