aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.h')
-rw-r--r--src/process.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.h b/src/process.h
index 7a212245724..3be8686b830 100644
--- a/src/process.h
+++ b/src/process.h
@@ -123,7 +123,7 @@ struct Lisp_Process
123 This is to avoid consing in a signal handler. The `raw_status_new' 123 This is to avoid consing in a signal handler. The `raw_status_new'
124 flag indicates that `raw_status' contains a new status that still 124 flag indicates that `raw_status' contains a new status that still
125 needs to be synced to `status'. */ 125 needs to be synced to `status'. */
126 int raw_status_new : 1; 126 unsigned int raw_status_new : 1;
127 int raw_status; 127 int raw_status;
128}; 128};
129 129