scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 26ca4f685769ed414ca062864de70af6b94f2a8b
parent 6e7751100b041448d70c6825b41139fd8a41e872
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Mon,  7 Nov 2022 14:38:40 +0100

libc/stdlib: Remove unneeded definition guards

These guards were added by mistake previously due to a confusion
with MB_LEN_MAX.

Diffstat:
Minclude/stdlib.h | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/include/stdlib.h b/include/stdlib.h @@ -10,10 +10,7 @@ #include <arch/stdlib.h> #define _ATEXIT_MAX 32 - -#ifndef MB_CUR_MAX #define MB_CUR_MAX 4 -#endif #define RAND_MAX 32767