Rename main_thread to main_thread_id and simplify
commit966d51592f07ad9de6afebcd828e667cce0f6a27
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 30 Dec 2016 21:01:39 +0000 (30 13:01 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 30 Dec 2016 21:05:25 +0000 (30 13:05 -0800)
treeae5ee7c99718abec1304682f43b620a1c00ddd06
parentaef40049e3b81972703d3bde47b0961bcb08d7e1
Rename main_thread to main_thread_id and simplify

* src/emacs-module.c: Include syssignal.h, for main_thread_id.
[HAVE_PTHREAD]: Do not include pthread.h.
(main_thread): Remove.  All uses replaced by main_thread_id,
or by dwMainThreadId on NT.  Since the HAVE_PTHREAD code is now using
the main_thread_id established by sysdep.c, there is no need for a
separate copy of the main thread ID here.
(module_init): Remove.  All uses removed.
* src/sysdep.c (main_thread_id) [HAVE_PTHREAD]:
Rename from main_thread.  All uses changed.  Now extern.
src/emacs-module.c
src/emacs.c
src/lisp.h
src/sysdep.c
src/syssignal.h