Created
          May 1, 2012 16:13 
        
      - 
      
 - 
        
Save meangrape/2569254 to your computer and use it in GitHub Desktop.  
    Fixes macvim install on OS X 10.7 with GCC4
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | --- a/src/if_perl.xs Wed Feb 29 19:20:03 2012 +0100 | |
| +++ b/src/if_perl.xs Tue Mar 13 17:15:51 2012 +0900 | |
| @@ -913,24 +913,6 @@ | |
| win_T *win_find_nr(int n) { return curwin; } | |
| #endif | |
| -XS(XS_VIM_Msg); | |
| -XS(XS_VIM_SetOption); | |
| -XS(XS_VIM_DoCommand); | |
| -XS(XS_VIM_Eval); | |
| -XS(XS_VIM_Buffers); | |
| -XS(XS_VIM_Windows); | |
| -XS(XS_VIWIN_DESTROY); | |
| -XS(XS_VIWIN_Buffer); | |
| -XS(XS_VIWIN_SetHeight); | |
| -XS(XS_VIWIN_Cursor); | |
| -XS(XS_VIBUF_DESTROY); | |
| -XS(XS_VIBUF_Name); | |
| -XS(XS_VIBUF_Number); | |
| -XS(XS_VIBUF_Count); | |
| -XS(XS_VIBUF_Get); | |
| -XS(XS_VIBUF_Set); | |
| -XS(XS_VIBUF_Delete); | |
| -XS(XS_VIBUF_Append); | |
| XS(boot_VIM); | |
| static void | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
From vim mailing list.
https://groups.google.com/forum/#!msg/vim_dev/3KD82kZJwgo/4yM1ZaEUFZIJ