diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-06-16 21:52:47 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-06-16 21:52:47 +0000 |
commit | cf851ce930d177b4c6e5b2a108c190a5c66e3376 (patch) | |
tree | 42d356ed1ddaaa4930c78a08ef5af099dca9becd /src | |
parent | ea424166e2a53649eea8d8899fc9294ca023964c (diff) | |
download | vim-cf851ce930d177b4c6e5b2a108c190a5c66e3376.zip |
updated for version 7.0086
Diffstat (limited to 'src')
-rw-r--r-- | src/os_unix.c | 2 | ||||
-rw-r--r-- | src/proto/message.pro | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/src/os_unix.c b/src/os_unix.c index 43ac4aec1..ba74a2de1 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -143,7 +143,7 @@ static int RealWaitForChar __ARGS((int, long, int *)); #ifdef FEAT_XCLIPBOARD static int do_xterm_trace __ARGS((void)); -#define XT_TRACE_DELAY 50 /* delay for xterm tracing */ +# define XT_TRACE_DELAY 50 /* delay for xterm tracing */ #endif static void handle_resize __ARGS((void)); diff --git a/src/proto/message.pro b/src/proto/message.pro index 27771dd26..f6b29a296 100644 --- a/src/proto/message.pro +++ b/src/proto/message.pro @@ -8,8 +8,6 @@ void trunc_string __ARGS((char_u *s, char_u *buf, int room)); void msg_source __ARGS((int attr)); int emsg __ARGS((char_u *s)); int emsg2 __ARGS((char_u *s, char_u *a1)); -int emsg3 __ARGS((char_u *s, char_u *a1, char_u *a2)); -int emsgn __ARGS((char_u *s, long n)); void emsg_invreg __ARGS((int name)); char_u *msg_trunc_attr __ARGS((char_u *s, int force, int attr)); char_u *msg_may_trunc __ARGS((int force, char_u *s)); |