To: vim_dev@googlegroups.com Subject: Patch 9.0.1424 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.1424 Problem: Unused macros are defined. Solution: Remove the unused macros. Files: src/profiler.c *** ../vim-9.0.1423/src/profiler.c 2023-03-16 21:43:07.343227878 +0000 --- src/profiler.c 2023-03-22 21:42:34.621771361 +0000 *************** *** 436,456 **** static char *pexpand_cmds[] = { "start", - #define PROFCMD_START 0 "stop", - #define PROFCMD_STOP 1 "pause", - #define PROFCMD_PAUSE 2 "continue", - #define PROFCMD_CONTINUE 3 "func", - #define PROFCMD_FUNC 4 "file", - #define PROFCMD_DUMP 5 "dump", - #define PROFCMD_FILE 6 NULL - #define PROFCMD_LAST 7 }; /* --- 436,448 ---- *** ../vim-9.0.1423/src/version.c 2023-03-21 22:03:11.812572374 +0000 --- src/version.c 2023-03-22 21:43:11.669805707 +0000 *************** *** 697,698 **** --- 697,700 ---- { /* Add new patch number below this line */ + /**/ + 1424, /**/ -- You were lucky. We lived for three months in a brown paper bag in a septic tank. We used to have to get up at six o'clock in the morning, clean the bag, eat a crust of stale bread, go to work down mill for fourteen hours a day week in-week out. When we got home, our Dad would thrash us to sleep with his belt! /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///