scc

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

commit a5ba225d7f8b59301709e4e22410a6c218006665
parent 524eb5c04a9a74e548c677a277743527e629d284
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Thu,  9 Feb 2023 16:11:29 +0100

tests/libc: Remove obsolete __USE_MACROS macro

Diffstat:
Mtests/libc/execute/0005-ctype.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/tests/libc/execute/0005-ctype.c b/tests/libc/execute/0005-ctype.c @@ -1,4 +1,3 @@ -#define __USE_MACROS #include <assert.h> #include <ctype.h> #include <stdio.h>