view src/typemap @ 18993:dcbc559510f6 v8.2.0057

patch 8.2.0057: cannot build with small features Commit: https://github.com/vim/vim/commit/09d4640f6c4333da5167327629d355062f6629cd Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 29 23:53:01 2019 +0100 patch 8.2.0057: cannot build with small features Problem: Cannot build with small features. Solution: Add #ifdefs.
author Bram Moolenaar <Bram@vim.org>
date Mon, 30 Dec 2019 00:00: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}\")