]> Savannah Git Hosting - gnulib.git/commit
limits-h: add BOOL_MAX, BOOL_WIDTH
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 30 Jul 2021 19:56:24 +0000 (12:56 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 31 Jul 2021 19:00:31 +0000 (12:00 -0700)
commit8e4d6bf27e0efbfca04c86cc9d6598518e83bd21
tree88342e65a8f9e6541e96f3ce8aab8ec9a261f467
parent804ac808a9b17d7ee7cf49f7c713c4a4e4d6423f
limits-h: add BOOL_MAX, BOOL_WIDTH

* doc/posix-headers/limits.texi (limits.h): Document them.
* lib/limits.in.h: Also define CHAR_WIDTH etc. if C2x.
(BOOL_MAX, BOOL_WIDTH): New macros, from C2x.
* m4/limits-h.m4 (gl_LIMITS_H): Also check BOOL_WIDTH.
ChangeLog
doc/posix-headers/limits.texi
lib/limits.in.h
m4/limits-h.m4