comparison src/structs.h @ 22286:cb883c225368 v8.2.1692

patch 8.2.1692: build fails because TTFLAG_STATIC is missing Commit: https://github.com/vim/vim/commit/fb489af2ec1b181d212a8aa8151d7784b260d01b Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 16 15:41:09 2020 +0200 patch 8.2.1692: build fails because TTFLAG_STATIC is missing Problem: Build fails because TTFLAG_STATIC is missing. Solution: Include missing change.
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Sep 2020 15:45:04 +0200
parents 7899b4e2880c
children 4c21f7f6f9e3
comparison
equal deleted inserted replaced
22285:eb6e8ba37f36 22286:cb883c225368
1372 }; 1372 };
1373 1373
1374 #define TTFLAG_VARARGS 1 // func args ends with "..." 1374 #define TTFLAG_VARARGS 1 // func args ends with "..."
1375 #define TTFLAG_OPTARG 2 // func arg type with "?" 1375 #define TTFLAG_OPTARG 2 // func arg type with "?"
1376 #define TTFLAG_BOOL_OK 4 // can be converted to bool 1376 #define TTFLAG_BOOL_OK 4 // can be converted to bool
1377 #define TTFLAG_STATIC 8 // one of the static types, e.g. t_any
1377 1378
1378 /* 1379 /*
1379 * Structure to hold an internal variable without a name. 1380 * Structure to hold an internal variable without a name.
1380 */ 1381 */
1381 typedef struct 1382 typedef struct