]> git.eshelyaron.com Git - emacs.git/commit
valid_sp inline fix
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 19 Mar 2022 19:35:04 +0000 (12:35 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 19 Mar 2022 19:48:54 +0000 (12:48 -0700)
commitc11b4758b7bd971fcbb824638a06f52c7768d268
tree5d606308ecbbb40e00975c3e3004066cf57e3dd9
parent495d8519ca030de4367be14f703c44855c2186dd
valid_sp inline fix

* src/bytecode.c (valid_sp): static, not INLINE, as INLINE
should be used only in headers and between INLINE_HEADER_BEGIN
and INLINE_HEADER_END.  No need for ‘inline’ here.
src/bytecode.c