From ba07ce32cc979417ae41cb7be48ba35c9b4809cd Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 6 Jan 2010 18:25:34 +0100 Subject: updated for version 7.2.327 --- src/workshop.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/workshop.c') diff --git a/src/workshop.c b/src/workshop.c index 1b491bbb0..7d4e891f3 100644 --- a/src/workshop.c +++ b/src/workshop.c @@ -56,12 +56,12 @@ static void load_buffer_by_number(int, int); static void load_window(char *, int lnum); static void warp_to_pc(int); #ifdef FEAT_BEVAL -void workshop_beval_cb(BalloonEval *, int); +void workshop_beval_cb(BalloonEval *, int); +static int computeIndex(int, char_u *, int); #endif static char *fixAccelText(char *); static void addMenu(char *, char *, char *); static char *lookupVerb(char *, int); -static int computeIndex(int, char_u *, int); static void coloncmd(char *, Boolean); extern Widget vimShell; @@ -1624,8 +1624,6 @@ workshop_beval_cb( } } } -#endif - static int computeIndex( @@ -1649,6 +1647,7 @@ computeIndex( return -1; } +#endif static void addMenu( -- cgit v1.2.1