On Tue 15-Jul-08 1:35pm -0600, you wrote: > First, the patch program doesn't like your patch because its headers > include backslashes as path separators instead of forward slashes. But > that's not the worst.
Since the '/' separator works for Windows also I'm now using that. Thanks. > I get the following error in the compile: >> eval.c: In function ‘f_acos’: >> eval.c:8158: warning: implicit declaration of function ‘get_float_arg’ >> eval.c: At top level: >> eval.c:8479: error: static declaration of ‘get_float_arg’ follows non-static >> declaration >> eval.c:8158: error: previous implicit declaration of ‘get_float_arg’ was here Odd that this issue hasn't come up before - and I'm getting no such error in Windows. The solution is to simply move the patch function code above atan() instead of above abs(). An updated patch is included. Thanks again, Tony. Please let me know if this patch doesn't work for you. -- Best regards, Bill --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
eval.diff
Description: Binary data
