lkundrak / rpms / vim

Forked from rpms/vim 4 years ago
Clone
ecca561
To: vim_dev@googlegroups.com
ecca561
Subject: Patch 7.3.132
ecca561
Fcc: outbox
ecca561
From: Bram Moolenaar <Bram@moolenaar.net>
ecca561
Mime-Version: 1.0
ecca561
Content-Type: text/plain; charset=UTF-8
ecca561
Content-Transfer-Encoding: 8bit
ecca561
------------
ecca561
ecca561
Patch 7.3.132
ecca561
Problem:    C++ style comments.
ecca561
Solution:   Change to C comments.
ecca561
Files:	    src/if_python3.c
ecca561
ecca561
ecca561
*** ../vim-7.3.131/src/if_python3.c	2010-11-16 19:25:56.000000000 +0100
ecca561
--- src/if_python3.c	2011-01-16 01:28:35.000000000 +0100
ecca561
***************
ecca561
*** 22,29 ****
ecca561
   * Adaptations to support both python3.x and python2.x
ecca561
   */
ecca561
  
ecca561
! // uncomment this if used with the debug version of python
ecca561
! // #define Py_DEBUG
ecca561
  
ecca561
  #include "vim.h"
ecca561
  
ecca561
--- 22,29 ----
ecca561
   * Adaptations to support both python3.x and python2.x
ecca561
   */
ecca561
  
ecca561
! /* uncomment this if used with the debug version of python */
ecca561
! /* #define Py_DEBUG */
ecca561
  
ecca561
  #include "vim.h"
ecca561
  
ecca561
***************
ecca561
*** 74,80 ****
ecca561
  #define PyString_Size(obj) PyUnicode_GET_SIZE(obj)
ecca561
  #define PyString_FromString(repr) PyUnicode_FromString(repr)
ecca561
  
ecca561
! #if defined(DYNAMIC_PYTHON3)
ecca561
  
ecca561
  # ifndef WIN3264
ecca561
  #  include <dlfcn.h>
ecca561
--- 74,80 ----
ecca561
  #define PyString_Size(obj) PyUnicode_GET_SIZE(obj)
ecca561
  #define PyString_FromString(repr) PyUnicode_FromString(repr)
ecca561
  
ecca561
! #if defined(DYNAMIC_PYTHON3) || defined(PROTO)
ecca561
  
ecca561
  # ifndef WIN3264
ecca561
  #  include <dlfcn.h>
ecca561
*** ../vim-7.3.131/src/version.c	2011-02-25 15:17:14.000000000 +0100
ecca561
--- src/version.c	2011-02-25 15:18:18.000000000 +0100
ecca561
***************
ecca561
*** 716,717 ****
ecca561
--- 716,719 ----
ecca561
  {   /* Add new patch number below this line */
ecca561
+ /**/
ecca561
+     132,
ecca561
  /**/
ecca561
ecca561
-- 
ecca561
        **  Hello and Welcome to the Psychiatric Hotline **
ecca561
If you are obsessive-compulsive, please press 1 repeatedly.
ecca561
If you are co-dependent, please ask someone to press 2.
ecca561
If you have multiple personalities, please press 3, 4, 5 and 6.
ecca561
If you are paranoid-delusional, we know who you are and what you want
ecca561
       - just stay on the line so we can trace the call.
ecca561
If you are schizophrenic, listen carefully and a little voice will
ecca561
       tell you which number to press next.
ecca561
If you are manic-depressive, it doesn't matter which number you press
ecca561
       - no one will answer.
ecca561
If you suffer from panic attacks, push every button you can find.
ecca561
If you are sane, please hold on - we have the rest of humanity on the
ecca561
        other line and they desparately want to ask you a few questions.
ecca561
ecca561
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
ecca561
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
ecca561
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
ecca561
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///