dslinux/user/perl/os2/OS2 typemap

cayenne dslinux_cayenne at user.in-berlin.de
Mon Dec 4 18:01:23 CET 2006


Update of /cvsroot/dslinux/dslinux/user/perl/os2/OS2
In directory antilope:/tmp/cvs-serv17422/os2/OS2

Added Files:
	typemap 
Log Message:
Adding fresh perl source to HEAD to branch from

--- NEW FILE: typemap ---
BOOL			T_IV
ULONG			T_UV
HINI			T_UV
HAB			T_UV
HWND			T_UV
ATOM			T_UV
HATOMTBL		T_UV
HSWITCH			T_UV
ULONG			T_UV
USHORT			T_UV
LONG			T_IV
SHORT			T_IV

PSZ			T_PVNULL
PCSZ			T_PVNULLC

#############################################################################
INPUT
T_PVNULL
	$var = ( SvOK($arg) ? ($type)SvPV($arg,PL_na) : NULL )
T_PVNULLC
	$var = ( SvOK($arg) ? ($type)SvPV($arg,PL_na) : NULL )
#############################################################################
OUTPUT
T_PVNULL
	sv_setpv((SV*)$arg, $var);
T_PVNULLC
	NOTIMPLEMENTED




More information about the dslinux-commit mailing list