Staging
v0.5.1
https://github.com/python/cpython
Revision 1deeef243de5a0a816d09a1e04d0ff8ef7e95341 authored by Michael W. Hudson on 25 March 2002, 12:34:15 UTC, committed by Michael W. Hudson on 25 March 2002, 12:34:15 UTC
    revision 1.27 of cmd.py

Flush stdout before reading next command.  Closes SF bug 526357.
1 parent 6ce28c3
Raw File
Tip revision: 1deeef243de5a0a816d09a1e04d0ff8ef7e95341 authored by Michael W. Hudson on 25 March 2002, 12:34:15 UTC
backport nascheme's checkin of
Tip revision: 1deeef2
regen
#! /bin/sh
case `uname -sr` in
'IRIX '[456].*)	;;
'IRIX64 '[456].*)	;;
*)	echo Probably not on an IRIX system 1>&2
	exit 1;;
esac
set -v
h2py /usr/include/sys/file.h
h2py -i '(u_long)' /usr/include/netinet/in.h
h2py /usr/include/errno.h
back to top