diff options
author | Jesus Cea <jcea@jcea.es> | 2012-10-05 00:48:46 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2012-10-05 00:48:46 (GMT) |
commit | f1af7057208da7b3d15703645688fea971a4fb5e (patch) | |
tree | 39acd4dbcf0f5d9005521d814952164819d7885d /Lib/plat-os2emx/regen | |
parent | 080a2c087e5fa08c44ff121d74ea8ad9d4413c58 (diff) | |
download | cpython-f1af7057208da7b3d15703645688fea971a4fb5e.zip cpython-f1af7057208da7b3d15703645688fea971a4fb5e.tar.gz cpython-f1af7057208da7b3d15703645688fea971a4fb5e.tar.bz2 |
#16135: Removal of OS/2 support (Remove OS2 and OS/2 references)
Diffstat (limited to 'Lib/plat-os2emx/regen')
-rwxr-xr-x | Lib/plat-os2emx/regen | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Lib/plat-os2emx/regen b/Lib/plat-os2emx/regen deleted file mode 100755 index 3ecd2a8..0000000 --- a/Lib/plat-os2emx/regen +++ /dev/null @@ -1,7 +0,0 @@ -#! /bin/sh -export INCLUDE=$C_INCLUDE_PATH -set -v -python.exe ../../Tools/scripts/h2py.py $C_INCLUDE_PATH/fcntl.h -python.exe ../../Tools/scripts/h2py.py $C_INCLUDE_PATH/sys/socket.h -python.exe ../../Tools/scripts/h2py.py -i '(u_long)' $C_INCLUDE_PATH/netinet/in.h -#python.exe ../../Tools/scripts/h2py.py $C_INCLUDE_PATH/termios.h |