scc

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

commit 0ffa0e87ba113efd5d460be30c66cb11e1d17f3b
parent b26d16ddb425936fa71459860708c5b6747b4458
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed,  9 Oct 2024 17:06:49 +0200

build/bsd: Remove _ANSI_SOURCE

_ISOC99_SOURCE should already do the good job and it made NetBSD
failed in scc-make.

Diffstat:
Mscripts/build/host/bsd.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/build/host/bsd.mk b/scripts/build/host/bsd.mk @@ -1,4 +1,4 @@ DRIVER = posix -HOST_CPPFLAGS = -D_ISOC99_SOURCE -D_ANSI_SOURCE +HOST_CPPFLAGS = -D_ISOC99_SOURCE HOSTCC = c99