From 918a08feba26b48a7825ad9b592c0ee8ad5c1f55 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 23 Sep 2021 17:02:42 +0300 Subject: m4: define EXTENDED for gnu m4 compatibility --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 563814f..4cc5547 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ CFLAGS += -Wall -Wno-pointer-sign -Wno-maybe-uninitialized \ -Wno-attributes -I${PWD}/includedir \ + -DEXTENDED \ -D 'DEF_WEAK(n)=_Static_assert(1, "")' \ -idirafter ${PWD}/include \ -idirafter ${PWD}/sys \ -- cgit v1.2.3