view src/Make_all.mak @ 17286:a513b81d3689 v8.1.1642

patch 8.1.1642: may use uninitialized variable commit https://github.com/vim/vim/commit/ec572ad6a6cb0d4e71901951a70a4f038d48cb17 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 7 14:26:59 2019 +0200 patch 8.1.1642: may use uninitialized variable Problem: May use uninitialized variable. (Patrick Palka) Solution: Initialize variables earlier. (closes https://github.com/vim/vim/issues/4623)
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Jul 2019 14:30:04 +0200
parents d94901eeb762
children 1e76da634877
line wrap: on
line source

#
# Common Makefile, defines the list of tests to run and other things.
#

# Argument for running ctags.
TAGS_FILES = \
	*.c \
	*.cpp \
	*.h \
	auto/*.c \
	libvterm/src/*.c \
	libvterm/src/*.h \
	libvterm/include/*.h \
	xdiff/*.c \
	xdiff/*.h