diff options
| author | Andrea Corallo | 2019-06-24 11:34:27 +0200 |
|---|---|---|
| committer | Andrea Corallo | 2020-01-01 11:33:45 +0100 |
| commit | fc2e2818edc0eaa4b86124d102eb12b7a24fa486 (patch) | |
| tree | 2ab014956e6e733cd7aa0de2fef82b32ca127fb5 /src/comp.c | |
| parent | 483a2d39df48ef17f446f4c41171654a10ce62b2 (diff) | |
| download | emacs-fc2e2818edc0eaa4b86124d102eb12b7a24fa486.tar.gz emacs-fc2e2818edc0eaa4b86124d102eb12b7a24fa486.zip | |
reindent define_thread_state_struct
Diffstat (limited to 'src/comp.c')
| -rw-r--r-- | src/comp.c | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/comp.c b/src/comp.c index f754778468b..9ef1a99b0f5 100644 --- a/src/comp.c +++ b/src/comp.c | |||
| @@ -967,13 +967,14 @@ define_thread_state_struct (void) | |||
| 967 | gcc_jit_context_new_field ( | 967 | gcc_jit_context_new_field ( |
| 968 | comp.ctxt, | 968 | comp.ctxt, |
| 969 | NULL, | 969 | NULL, |
| 970 | gcc_jit_context_new_array_type (comp.ctxt, | 970 | gcc_jit_context_new_array_type ( |
| 971 | NULL, | 971 | comp.ctxt, |
| 972 | comp.char_type, | 972 | NULL, |
| 973 | sizeof (struct thread_state) | 973 | comp.char_type, |
| 974 | - offsetof (struct thread_state, | 974 | sizeof (struct thread_state) |
| 975 | m_handlerlist) | 975 | - offsetof (struct thread_state, |
| 976 | - sizeof (((struct thread_state *) 0)->m_handlerlist)), | 976 | m_handlerlist) |
| 977 | - sizeof (((struct thread_state *) 0)->m_handlerlist)), | ||
| 977 | "pad1") }; | 978 | "pad1") }; |
| 978 | 979 | ||
| 979 | comp.thread_state_s = | 980 | comp.thread_state_s = |