Skip to content

limits.h: streamline value definitions#16970

Merged
nashif merged 1 commit intozephyrproject-rtos:masterfrom
npitre:limits.h
Jul 5, 2019
Merged

limits.h: streamline value definitions#16970
nashif merged 1 commit intozephyrproject-rtos:masterfrom
npitre:limits.h

Conversation

@npitre
Copy link

@npitre npitre commented Jun 21, 2019

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.

This is a complement to PR #16645.

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>
@npitre npitre requested review from andrewboie and nashif as code owners June 21, 2019 03:24
@zephyrbot zephyrbot added the area: C Library C Standard Library label Jun 21, 2019
@npitre
Copy link
Author

npitre commented Jul 4, 2019

Ping.

@nashif nashif merged commit 1b359e6 into zephyrproject-rtos:master Jul 5, 2019
@npitre npitre deleted the limits.h branch July 19, 2019 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: C Library C Standard Library

3 participants