From: Paul Eggert Date: Sun, 20 Mar 2022 17:46:06 +0000 (-0700) Subject: Remove duplicate INLINE_HEADER_BEGIN X-Git-Tag: emacs-29.0.90~1931^2~1028 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5feddb4b1a983a398b4788b1005e7355c38cff3f;p=emacs.git Remove duplicate INLINE_HEADER_BEGIN * src/thread.h: Remove duplicate INLINE_HEADER_BEGIN. Problem reportd by Mattias EngdegÄrd. --- diff --git a/src/thread.h b/src/thread.h index b34ca3d57c8..82c445ba7e7 100644 --- a/src/thread.h +++ b/src/thread.h @@ -196,8 +196,6 @@ struct thread_state struct bc_thread_state bc; } GCALIGNED_STRUCT; -INLINE_HEADER_BEGIN - INLINE bool THREADP (Lisp_Object a) {