> ex_cmds2.c: In function `fopen_noinh_readbin':
> ex_cmds2.c:2819: error: syntax error before numeric constant
> make: *** [gobjZ/ex_cmds2.o] Error 1

Seems like a typo in ex_cmds2.c. That should fix it:

*** ../vim72.342/src/ex_cmds2.c Tue Jan 19 19:51:15 2010
--- src/ex_cmds2.c      Tue Jan 19 21:00:19 2010
***************
*** 2816,2822 ****
  {
      int       fd_tmp = mch_open(filename, O_RDONLY
  # ifdef WIN32
!                         O_BINARY | O_NOINHERIT
  # endif
                          , 0);

--- 2816,2822 ----
  {
      int       fd_tmp = mch_open(filename, O_RDONLY
  # ifdef WIN32
!                         | O_BINARY | O_NOINHERIT
  # endif
                          , 0);
-- 
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php

Reply via email to