diff options
author | Guido van Rossum <guido@python.org> | 1997-11-24 15:50:27 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-11-24 15:50:27 (GMT) |
commit | e1cba7f57748b198f0cc47ea35e6e5c347102c09 (patch) | |
tree | 0a3fd10317b5569ee1f4fecfee86f7112786ff97 | |
parent | 060dffbc3447b13c9cdb2ca66d29972151408fe7 (diff) | |
download | cpython-e1cba7f57748b198f0cc47ea35e6e5c347102c09.zip cpython-e1cba7f57748b198f0cc47ea35e6e5c347102c09.tar.gz cpython-e1cba7f57748b198f0cc47ea35e6e5c347102c09.tar.bz2 |
Oops, the sort took some whitespace into account.
-rw-r--r-- | PC/python_nt.def | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/PC/python_nt.def b/PC/python_nt.def index 86a4f3a..da3462d 100644 --- a/PC/python_nt.def +++ b/PC/python_nt.def @@ -307,9 +307,13 @@ EXPORTS PyThread_allocate_lock PyThread_allocate_sema PyThread_down_sema + PyThread_exit_thread PyThread_free_lock PyThread_free_sema + PyThread_get_thread_ident + PyThread_init_thread PyThread_release_lock + PyThread_start_new_thread PyThread_up_sema PyToken_OneChar PyToken_TwoChars @@ -362,8 +366,3 @@ EXPORTS _Py_c_prod _Py_c_quot _Py_c_sum - - PyThread_exit_thread - PyThread_get_thread_ident - PyThread_init_thread - PyThread_start_new_thread |