shithub: femtolisp

Download patch

ref: b307865d7a8cc2e9ae02104907656c7f159ac5d3
parent: 465e49a46ffd47fde8b915202773bcc9b34eec57
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Fri Mar 31 23:15:08 EDT 2023

remove -D_DEFAULT_SOURCE, not needed anymore

--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
 TARG=flisp
 LLT=llt/libllt.a
 CFLAGS?=-O2 -g
-CFLAGS+=-Wall -Wextra -Wno-parentheses -std=c99 -D_DEFAULT_SOURCE
+CFLAGS+=-Wall -Wextra -Wno-parentheses -std=c99
 LDFLAGS?=
 
 OBJS=\