mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -04:00
updated for version 7.1-273
This commit is contained in:
@@ -545,7 +545,7 @@ LINT_OPTIONS = -beprxzF
|
|||||||
# For unknown reasons adding "-lc" fixes a linking problem with GCC. That's
|
# For unknown reasons adding "-lc" fixes a linking problem with GCC. That's
|
||||||
# probably a bug in the "-pg" implementation.
|
# probably a bug in the "-pg" implementation.
|
||||||
# Need to recompile everything after changing this: "make clean" "make".
|
# Need to recompile everything after changing this: "make clean" "make".
|
||||||
#PROFILE_CFLAGS = -pg -g
|
#PROFILE_CFLAGS = -pg -g -DWE_ARE_PROFILING
|
||||||
#PROFILE_LIBS = -pg
|
#PROFILE_LIBS = -pg
|
||||||
#PROFILE_LIBS = -pg -lc
|
#PROFILE_LIBS = -pg -lc
|
||||||
|
|
||||||
|
@@ -269,8 +269,9 @@ static struct signalinfo
|
|||||||
#ifdef SIGVTALRM
|
#ifdef SIGVTALRM
|
||||||
{SIGVTALRM, "VTALRM", TRUE},
|
{SIGVTALRM, "VTALRM", TRUE},
|
||||||
#endif
|
#endif
|
||||||
#if defined(SIGPROF) && !defined(FEAT_MZSCHEME)
|
#if defined(SIGPROF) && !defined(FEAT_MZSCHEME) && !defined(WE_ARE_PROFILING)
|
||||||
/* MzScheme uses SIGPROF for its own needs */
|
/* MzScheme uses SIGPROF for its own needs; On Linux with profiling
|
||||||
|
* this makes Vim exit. WE_ARE_PROFILING is defined in Makefile. */
|
||||||
{SIGPROF, "PROF", TRUE},
|
{SIGPROF, "PROF", TRUE},
|
||||||
#endif
|
#endif
|
||||||
#ifdef SIGXCPU
|
#ifdef SIGXCPU
|
||||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
273,
|
||||||
/**/
|
/**/
|
||||||
272,
|
272,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user