Staging
v0.5.1
https://github.com/python/cpython
Revision 12d547a80df9096d16b92a422b655fca7e2a1ef9 authored by Serhiy Storchaka on 10 May 2016, 10:45:32 UTC, committed by Serhiy Storchaka on 10 May 2016, 10:45:32 UTC
1 parent 09f1679
Raw File
Tip revision: 12d547a80df9096d16b92a422b655fca7e2a1ef9 authored by Serhiy Storchaka on 10 May 2016, 10:45:32 UTC
Issue #23921: Standardized documentation whitespace formatting.
Tip revision: 12d547a
regen
#! /bin/sh
case `uname -sr` in
'SunOS 5.'*)	;;
*)	echo Probably not on a Solaris 2 system 1>&2
	exit 1;;
esac
set -v
h2py -i '(u_long)' /usr/include/sys/types.h /usr/include/netinet/in.h /usr/include/sys/stropts.h /usr/include/dlfcn.h

back to top