emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 5feddb4b1a: Remove duplicate INLINE_HEADER_BEGIN


From: Paul Eggert
Subject: master 5feddb4b1a: Remove duplicate INLINE_HEADER_BEGIN
Date: Sun, 20 Mar 2022 13:46:52 -0400 (EDT)

branch: master
commit 5feddb4b1a983a398b4788b1005e7355c38cff3f
Author: Paul Eggert <eggert@cs.ucla.edu>
Commit: Paul Eggert <eggert@cs.ucla.edu>

    Remove duplicate INLINE_HEADER_BEGIN
    
    * src/thread.h: Remove duplicate INLINE_HEADER_BEGIN.
    Problem reportd by Mattias EngdegÄrd.
---
 src/thread.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/thread.h b/src/thread.h
index b34ca3d57c..82c445ba7e 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)
 {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]