comparison src/version.c @ 7399:d45f2dbdac8d v7.4.1004

commit https://github.com/vim/vim/commit/08b7bae91adb79d30d4c923fd758e2f7cecd33ef Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 30 17:56:05 2015 +0100 patch 7.4.1004 Problem: Using Makefile when auto/config.mk does not exists results in warnings. Solution: Use default values for essential variables.
author Christian Brabandt <cb@256bit.org>
date Wed, 30 Dec 2015 18:00:04 +0100
parents 7ec544daecd5
children 2c63e9ecf29d
comparison
equal deleted inserted replaced
7398:f4bed3aff750 7399:d45f2dbdac8d
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 1004,
744 /**/ 746 /**/
745 1003, 747 1003,
746 /**/ 748 /**/
747 1002, 749 1002,
748 /**/ 750 /**/