To: vim-dev@vim.org Subject: Patch 6.3b.012 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.3b.012 (after 6.3b.010) Problem: Can't compile with tiny features. (Norbert Tretkowski) Solution: Add #ifdefs. Files: src/main.c *** ../vim-6.3b.011/src/main.c Fri May 28 21:52:19 2004 --- src/main.c Sun May 30 20:02:39 2004 *************** *** 113,119 **** --- 113,121 ---- int i; char_u *p = NULL; int bin_mode = FALSE; /* -b option used */ + #ifdef FEAT_EVAL int use_debug_break_level = -1; + #endif #ifdef FEAT_WINDOWS int window_count = -1; /* number of windows to use */ int arg_idx; /* index in argument list */ *************** *** 1292,1299 **** --- 1294,1303 ---- parse_list_options(p_popt, printer_opts, OPT_PRINT_NUM_OPTIONS); #endif + #ifdef FEAT_EVAL /* Set the break level after the terminal is initialized. */ debug_break_level = use_debug_break_level; + #endif #ifdef FEAT_PRECOMMANDS if (p_commands > 0) *** ../vim-6.3b.011/src/version.c Sat May 29 13:47:58 2004 --- src/version.c Sun May 30 20:04:56 2004 *************** *** 643,644 **** --- 643,646 ---- { /* Add new patch number below this line */ + /**/ + 12, /**/ -- login: yes password: I don't know, please tell me password is incorrect login: yes password: incorrect /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ Project leader for A-A-P -- http://www.A-A-P.org /// \\\ Buy at Amazon and help AIDS victims -- http://ICCF.nl/click1.html ///