From: Guido van Rossum Date: Mon, 24 Nov 1997 15:50:27 +0000 (+0000) Subject: Oops, the sort took some whitespace into account. X-Git-Tag: v1.5b1~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e1cba7f57748b198f0cc47ea35e6e5c347102c09;p=thirdparty%2FPython%2Fcpython.git Oops, the sort took some whitespace into account. --- diff --git a/PC/python_nt.def b/PC/python_nt.def index 86a4f3a105b9..da3462df0fcc 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