commit | 467676d468cb10db78d79d5bd2139ded9f70d26f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 30 13:14:45 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 30 13:14:45 2020 +0100 |
tree | 6774f48d11ae06b628bbaee4f029114392172fea | |
parent | 4d8c96d4668ac965d4e84b9676fba6d7efe62a32 [diff] [blame] |
patch 8.2.2247: VMS: various smaller problems Problem: VMS: various smaller problems. Solution: Fix VMS building and other problems. (Zoltan Arpadffy)
diff --git a/src/term.c b/src/term.c index b55d395..bb4bad1 100644 --- a/src/term.c +++ b/src/term.c
@@ -38,7 +38,7 @@ * argument for tputs(). */ # ifdef VMS -# define TPUTSFUNCAST +# define TPUTSFUNCAST (void (*)(unsigned int)) # else # ifdef HAVE_OUTFUNTYPE # define TPUTSFUNCAST (outfuntype)