view src/typemap @ 25505:040a45d39570 v8.2.3289

patch 8.2.3289: compiler warning for unused variable with small features Commit: https://github.com/vim/vim/commit/f18e8a969a3414ed5e6b7159c40fe43963021ff3 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 4 21:16:50 2021 +0200 patch 8.2.3289: compiler warning for unused variable with small features Problem: Compiler warning for unused variable with small features. Solution: Rearrange #ifdefs.
author Bram Moolenaar <Bram@vim.org>
date Wed, 04 Aug 2021 21:30:04 +0200
parents dec4338a7da2
children
line wrap: on
line source

TYPEMAP
VIWIN	T_VIOBJNOMUNGE
VIBUF	T_VIOBJNOMUNGE

INPUT
T_VIOBJNOMUNGE
	if (sv_isa($arg, \"${ntype}\")) {
	    IV tmp = SvIV((SV*)SvRV($arg));
	    $var = INT2PTR($type, tmp);
	    if (!tmp)
		croak(\"$ntype no longer exists\");
	}
	else
	    croak(\"$var is not of type ${ntype}\")