mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-25 09:20:59 -08:00
reindent define_thread_state_struct
This commit is contained in:
parent
483a2d39df
commit
fc2e2818ed
1 changed files with 8 additions and 7 deletions
15
src/comp.c
15
src/comp.c
|
|
@ -967,13 +967,14 @@ define_thread_state_struct (void)
|
|||
gcc_jit_context_new_field (
|
||||
comp.ctxt,
|
||||
NULL,
|
||||
gcc_jit_context_new_array_type (comp.ctxt,
|
||||
NULL,
|
||||
comp.char_type,
|
||||
sizeof (struct thread_state)
|
||||
- offsetof (struct thread_state,
|
||||
m_handlerlist)
|
||||
- sizeof (((struct thread_state *) 0)->m_handlerlist)),
|
||||
gcc_jit_context_new_array_type (
|
||||
comp.ctxt,
|
||||
NULL,
|
||||
comp.char_type,
|
||||
sizeof (struct thread_state)
|
||||
- offsetof (struct thread_state,
|
||||
m_handlerlist)
|
||||
- sizeof (((struct thread_state *) 0)->m_handlerlist)),
|
||||
"pad1") };
|
||||
|
||||
comp.thread_state_s =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue