aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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