diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-07-31 08:47:55 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-07-31 08:47:55 (GMT) |
commit | bbe500e5d360ff9cf0615eb1d369b2f63a1700e2 (patch) | |
tree | 762b2224838e87fb9591b3c6ace353655b816865 /Lib/plat-aix3 | |
parent | 2ad2569c721c6179667a16d1a6f2df4f93606636 (diff) | |
download | cpython-bbe500e5d360ff9cf0615eb1d369b2f63a1700e2.zip cpython-bbe500e5d360ff9cf0615eb1d369b2f63a1700e2.tar.gz cpython-bbe500e5d360ff9cf0615eb1d369b2f63a1700e2.tar.bz2 |
Remove obsolete entries from regen scripts.
Diffstat (limited to 'Lib/plat-aix3')
-rwxr-xr-x | Lib/plat-aix3/regen | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/plat-aix3/regen b/Lib/plat-aix3/regen index 256e7d2..58deb20 100755 --- a/Lib/plat-aix3/regen +++ b/Lib/plat-aix3/regen @@ -5,7 +5,4 @@ case `uname -sv` in exit 1;; esac set -v -h2py.py /usr/include/fcntl.h -h2py.py /usr/include/sys/socket.h h2py.py -i '(u_long)' /usr/include/netinet/in.h -h2py.py /usr/include/termios.h |