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