summaryrefslogtreecommitdiff
path: root/src/w32.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-12-30 13:42:38 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2016-12-30 13:43:24 -0800
commit108ef8033be79e9e5567002e85a316ecb5e77cad (patch)
tree5fd61d7c2a5e04f0b62402183f0b1ef7733112f3 /src/w32.h
parent966d51592f07ad9de6afebcd828e667cce0f6a27 (diff)
downloademacs-108ef8033be79e9e5567002e85a316ecb5e77cad.tar.gz
Rename primary_thread to main_thread
This avoids the confusion of using two different phrases "main thread" and "primary thread" internally to mean the same thing. See: http://lists.gnu.org/archive/html/emacs-devel/2016-12/msg01142.html * src/thread.c (main_thread): Rename from primary_thread, since the new name no longer clashes with main_thread_id and Emacs internals normally call this the "main thread". (init_main_thread): Rename from init_primary_thread. (main_thread_p): Rename from primary_thread_p. All uses changed.
Diffstat (limited to 'src/w32.h')
-rw-r--r--src/w32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32.h b/src/w32.h
index c73ff302c05..03dee099c01 100644
--- a/src/w32.h
+++ b/src/w32.h
@@ -89,7 +89,7 @@ typedef struct _child_process
terminate it by sys_kill. */
HWND hwnd;
/* Information about subprocess returned by CreateProcess. Includes
- handles to the subprocess and its primary thread, and the
+ handles to the subprocess and its main thread, and the
corresponding process ID and thread ID numbers. The PID is
mirrored by the 'pid' member above. The process handle is used
to wait on it. */