diff src/libvterm/Makefile @ 15164:9d05de1ecc6f v8.1.0592

patch 8.1.0592: the libvterm tests are not run as part of Vim tests commit https://github.com/vim/vim/commit/471f65813592238509923f2c8748df5be03513e9 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 15 14:24:39 2018 +0100 patch 8.1.0592: the libvterm tests are not run as part of Vim tests Problem: The libvterm tests are not run as part of Vim tests. Solution: Add testing libvterm.
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Dec 2018 14:30:08 +0100
parents b8299e742f41
children 694594a0d25d
line wrap: on
line diff
--- a/src/libvterm/Makefile
+++ b/src/libvterm/Makefile
@@ -8,8 +8,7 @@ ifneq ($(VERBOSE),1)
   LIBTOOL +=--quiet
 endif
 
-# override CFLAGS +=-Wall -Iinclude -std=c99 -DINLINE="static inline" -DUSE_INLINE
-override CFLAGS +=-Wall -Iinclude -std=c90 -Wpedantic -DINLINE=""
+override CFLAGS +=-Wall -Iinclude -std=c99 -Wpedantic -DINLINE=""
 
 ifeq ($(shell uname),SunOS)
   override CFLAGS +=-D__EXTENSIONS__ -D_XPG6 -D__XOPEN_OR_POSIX