aboutsummaryrefslogtreecommitdiffstats
path: root/lib/limits.in.h
diff options
context:
space:
mode:
authorPaul Eggert2024-02-14 21:18:25 -0800
committerPaul Eggert2024-02-14 22:05:06 -0800
commit377e4212e9df293ba2021238bae2bdccf5c8b8d3 (patch)
tree7bafb4a397e147ba6a765da26a36858146ebd5f5 /lib/limits.in.h
parent7c32f3bcd6d390510d9463b3100255cecab41e1c (diff)
downloademacs-377e4212e9df293ba2021238bae2bdccf5c8b8d3.tar.gz
emacs-377e4212e9df293ba2021238bae2bdccf5c8b8d3.zip
Update from Gnulib by running admin/merge-gnulib
* lib/strftime.c: New file, copied from Gnulib.
Diffstat (limited to 'lib/limits.in.h')
-rw-r--r--lib/limits.in.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/limits.in.h b/lib/limits.in.h
index 236fc58e525..c65eb4c1cfe 100644
--- a/lib/limits.in.h
+++ b/lib/limits.in.h
@@ -130,7 +130,7 @@
130# define BOOL_WIDTH 1 130# define BOOL_WIDTH 1
131# define BOOL_MAX 1 131# define BOOL_MAX 1
132# elif ! defined BOOL_MAX 132# elif ! defined BOOL_MAX
133# define BOOL_MAX ((((1U << (BOOL_WIDTH - 1)) - 1) << 1) + 1) 133# define BOOL_MAX 1
134# endif 134# endif
135#endif 135#endif
136 136