aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode.c')
-rw-r--r--src/bytecode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytecode.c b/src/bytecode.c
index ed1f6ca4a85..62464986160 100644
--- a/src/bytecode.c
+++ b/src/bytecode.c
@@ -452,7 +452,7 @@ DEFUN ("internal-stack-stats", Finternal_stack_stats, Sinternal_stack_stats,
452} 452}
453 453
454/* Whether a stack pointer is valid in the current frame. */ 454/* Whether a stack pointer is valid in the current frame. */
455INLINE bool 455static bool
456valid_sp (struct bc_thread_state *bc, Lisp_Object *sp) 456valid_sp (struct bc_thread_state *bc, Lisp_Object *sp)
457{ 457{
458 struct bc_frame *fp = bc->fp; 458 struct bc_frame *fp = bc->fp;