From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Jelle Raaijmakers Date: Mon, 9 May 2022 00:30:54 +0200 Subject: [PATCH] Build: Remove `-ansi` build argument --- lua/src/Makefile.in | 2 +- lua/src/lib/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/src/Makefile.in b/lua/src/Makefile.in index 22ee463cb777b50411a67b06612b277f7e570148..fa110efab1f7c0de1ca618221f2c29fc879e70d5 100644 --- a/lua/src/Makefile.in +++ b/lua/src/Makefile.in @@ -84,7 +84,7 @@ noinst_LIBRARIES = liblua.a DEFS = AM_CPPFLAGS = -AM_CFLAGS = -ansi -pedantic -Wall -I$(srcdir) -I$(top_srcdir)/lua/include +AM_CFLAGS = -pedantic -Wall -I$(srcdir) -I$(top_srcdir)/lua/include LDFLAGS = LIBS = -lm diff --git a/lua/src/lib/Makefile.in b/lua/src/lib/Makefile.in index e2f256fca4e459bea5f4e551be6994e406a6b497..d2f4040302215d15b711aa000e092d1f2ab782ef 100644 --- a/lua/src/lib/Makefile.in +++ b/lua/src/lib/Makefile.in @@ -82,7 +82,7 @@ noinst_LIBRARIES = liblualib.a DEFS = CPPFLAGS = -CFLAGS = -ansi -pedantic -Wall -I$(srcdir)/.. -I$(top_srcdir)/lua/include +CFLAGS = -pedantic -Wall -I$(srcdir)/.. -I$(top_srcdir)/lua/include LDFLAGS = LIBS = -lm