Staging
v0.5.1
https://github.com/python/cpython
Revision a226cd82f6939364911bcdaea0935130f0d4137b authored by cvs2svn on 12 December 1997, 00:09:34 UTC, committed by cvs2svn on 12 December 1997, 00:09:34 UTC
1 parent 98b9d77
Raw File
Tip revision: a226cd82f6939364911bcdaea0935130f0d4137b authored by cvs2svn on 12 December 1997, 00:09:34 UTC
This commit was manufactured by cvs2svn to create tag 'r15b2'.
Tip revision: a226cd8
regen
#! /bin/sh
set -v
python ../../Tools/scripts/h2py.py /usr/include/fcntl.h
python ../../Tools/scripts/h2py.py /usr/include/sys/socket.h
python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
python ../../Tools/scripts/h2py.py /usr/include/termios.h
back to top