view src/typemap @ 27932:e9e493983e11 v8.2.4491

patch 8.2.4491: MS-Windows makefile dependencies are outdated Commit: https://github.com/vim/vim/commit/7f687aaca9f2fd7c04f8a07effed92dd0164f6a2 Author: K.Takata <kentkt@csc.jp> Date: Wed Mar 2 17:34:56 2022 +0000 patch 8.2.4491: MS-Windows makefile dependencies are outdated Problem: MS-Windows makefile dependencies are outdated. Solution: Update dependencies. (Ken Takata, closes https://github.com/vim/vim/issues/9876)
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Mar 2022 18:45:03 +0100
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}\")