I was thinking the same thing but I just wanted to let someone know there were
errors...
After making the change, everything compiled just fine.
For some reason when I updated my version from the repository, if_cscope.c was
changed to have these errors...?????
Nico Weber <[EMAIL PROTECTED]> wrote:
> Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
> .\if_cscope.c:
> Error E2451 .\if_cscope.c 912: Undefined symbol 'intptr_t' in
> function cs_create
> _connection
> Error E2121 .\if_cscope.c 912: Function call missing ) in function
> cs_create_con
> nection
> Error E2121 .\if_cscope.c 915: Function call missing ) in function
> cs_create_con
> nection
> *** 3 errors in Compile ***
>
> Any ideas?
Does it help if you add
typedef long intptr_t
somewhere at the top of the file if_cscope.c (say, directly after the
#include "vim.h" line)?
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---