]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove duplicate INLINE_HEADER_BEGIN
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 20 Mar 2022 17:46:06 +0000 (10:46 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 20 Mar 2022 17:46:45 +0000 (10:46 -0700)
* src/thread.h: Remove duplicate INLINE_HEADER_BEGIN.
Problem reportd by Mattias EngdegĂ„rd.

src/thread.h

index b34ca3d57c8021e0f1cc62317f5c592910787d75..82c445ba7e7ef471bdc2aece93ed40216107b579 100644 (file)
@@ -196,8 +196,6 @@ struct thread_state
   struct bc_thread_state bc;
 } GCALIGNED_STRUCT;
 
-INLINE_HEADER_BEGIN
-
 INLINE bool
 THREADP (Lisp_Object a)
 {