commit | 1b359e64262122050813ef3e563f224cadb6b1dc | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <npitre@baylibre.com> | Thu Jun 20 23:02:46 2019 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Jul 05 10:05:37 2019 -0400 |
tree | 17e762fcba292aa95b701060173647bcabe6c211 | |
parent | 1e9a53e548c899dfe1e31139b5bc083967fab18c [diff] |
limits.h: streamline value definitions Compilers (at least gcc and clang) already provide max value definitions for basic types. It makes sense to rely on them to properly support both 32-bit and 64-bit builds. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>