comparison src/misc2.c @ 11016:4e7308525fe7 v8.0.0397

patch 8.0.0397: can't build with +viminfo but without +eval commit https://github.com/vim/vim/commit/5a66dfb25eb478c26176d993393a3b1b124edb39 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 1 20:40:39 2017 +0100 patch 8.0.0397: can't build with +viminfo but without +eval Problem: Cannot build with the viminfo feature but without the eval feature. Solution: Adjust #ifdef. (John Marriott)
author Christian Brabandt <cb@256bit.org>
date Wed, 01 Mar 2017 20:45:06 +0100
parents a516b6c279d9
children 506f5d8b7d8b
comparison
equal deleted inserted replaced
11015:53ecc645c32d 11016:4e7308525fe7
2097 } 2097 }
2098 } 2098 }
2099 return s; 2099 return s;
2100 } 2100 }
2101 2101
2102 #if defined(FEAT_VIMINFO) || defined(PROTO) 2102 #if defined(FEAT_VIMINFO) || defined(FEAT_EVAL) || defined(PROTO)
2103 /* 2103 /*
2104 * Make a copy of string "p" and add it to "gap". 2104 * Make a copy of string "p" and add it to "gap".
2105 * When out of memory nothing changes. 2105 * When out of memory nothing changes.
2106 */ 2106 */
2107 void 2107 void