diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2022-03-20 10:46:06 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2022-03-20 10:46:45 -0700 |
commit | 5feddb4b1a983a398b4788b1005e7355c38cff3f (patch) | |
tree | 3a9642ec3db35cfc7db94f5033168666ca6cef63 /src/thread.h | |
parent | 0afef91fa1ee667d8797318011cd8eabc998f4e1 (diff) | |
download | emacs-5feddb4b1a983a398b4788b1005e7355c38cff3f.tar.gz emacs-5feddb4b1a983a398b4788b1005e7355c38cff3f.tar.bz2 emacs-5feddb4b1a983a398b4788b1005e7355c38cff3f.zip |
Remove duplicate INLINE_HEADER_BEGIN
* src/thread.h: Remove duplicate INLINE_HEADER_BEGIN.
Problem reportd by Mattias EngdegÄrd.
Diffstat (limited to 'src/thread.h')
-rw-r--r-- | src/thread.h | 2 |
1 files changed, 0 insertions, 2 deletions
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) { |