| To: vim-dev@vim.org |
| Subject: Patch 7.2.212 (extra) |
| Fcc: outbox |
| From: Bram Moolenaar <Bram@moolenaar.net> |
| Mime-Version: 1.0 |
| Content-Type: text/plain; charset=UTF-8 |
| Content-Transfer-Encoding: 8bit |
| |
| |
| Patch 7.2.212 (extra) |
| Problem: Warnings for redefining SIG macros. |
| Solution: Don't define them if already defined. (Bjorn Winckler) |
| Files: src/os_mac.h |
| |
| |
| |
| |
| |
| *** 268,276 **** |
| */ |
| |
| #ifdef MACOS_X_UNIX |
| ! # define SIGPROTOARG (int) |
| ! # define SIGDEFARG(s) (s) int s; |
| ! # define SIGDUMMYARG 0 |
| # undef HAVE_AVAIL_MEM |
| # ifndef HAVE_CONFIG_H |
| # define RETSIGTYPE void |
| --- 268,282 ---- |
| */ |
| |
| #ifdef MACOS_X_UNIX |
| ! # ifndef SIGPROTOARG |
| ! # define SIGPROTOARG (int) |
| ! # endif |
| ! # ifndef SIGDEFARG |
| ! # define SIGDEFARG(s) (s) int s UNUSED; |
| ! # endif |
| ! # ifndef SIGDUMMYARG |
| ! # define SIGDUMMYARG 0 |
| ! # endif |
| # undef HAVE_AVAIL_MEM |
| # ifndef HAVE_CONFIG_H |
| # define RETSIGTYPE void |
| |
| |
| |
| *** 678,679 **** |
| --- 678,681 ---- |
| { /* Add new patch number below this line */ |
| + /**/ |
| + 212, |
| /**/ |
| |
| -- |
| hundred-and-one symptoms of being an internet addict: |
| 37. You start looking for hot HTML addresses in public restrooms. |
| |
| /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ |
| /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ |
| \\\ download, build and distribute -- http://www.A-A-P.org /// |
| \\\ help me help AIDS victims -- http://ICCF-Holland.org /// |