view src/typemap @ 7591:4447dc38bc22 v7.4.1095

commit https://github.com/vim/vim/commit/3d6d5cc3a417c04d9772596ea83f8e6b41321781 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 15 18:03:32 2016 +0100 patch 7.4.1095 Problem: Can't build GvimExt with SDK 7.1. Solution: Support using setenv.bat instead of vcvars32.bat. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Fri, 15 Jan 2016 18:15:05 +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}\")