diff options
| author | Stephen Gildea | 2018-07-31 22:34:35 -0700 |
|---|---|---|
| committer | Stephen Gildea | 2018-07-31 22:34:35 -0700 |
| commit | 1804fece02691798394c9e9bd519cd4a53776018 (patch) | |
| tree | 9d5d441db29404f04417332be3507ba968eec42f /src/thread.h | |
| parent | 17205d361795eaaa8e09ae62875c7439bb57a078 (diff) | |
| parent | 82d6416a28dc5b4ab65b8081f035679bec4e3604 (diff) | |
| download | emacs-1804fece02691798394c9e9bd519cd4a53776018.tar.gz emacs-1804fece02691798394c9e9bd519cd4a53776018.zip | |
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs
Diffstat (limited to 'src/thread.h')
| -rw-r--r-- | src/thread.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/thread.h b/src/thread.h index c10e5ecb758..922eea62178 100644 --- a/src/thread.h +++ b/src/thread.h | |||
| @@ -52,6 +52,9 @@ struct thread_state | |||
| 52 | /* The thread's function. */ | 52 | /* The thread's function. */ |
| 53 | Lisp_Object function; | 53 | Lisp_Object function; |
| 54 | 54 | ||
| 55 | /* The thread's result, if function has finished. */ | ||
| 56 | Lisp_Object result; | ||
| 57 | |||
| 55 | /* If non-nil, this thread has been signaled. */ | 58 | /* If non-nil, this thread has been signaled. */ |
| 56 | Lisp_Object error_symbol; | 59 | Lisp_Object error_symbol; |
| 57 | Lisp_Object error_data; | 60 | Lisp_Object error_data; |