From 65b5ed7715ded275fd4d360eab85df7c5357769d Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Sat, 3 Oct 2015 13:56:47 -0700 Subject: [PATCH] The start of the control stack is control_stack, not control_stack_start. --- src/lisp/globals.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lisp/globals.h b/src/lisp/globals.h index b36325fc6..71a65c393 100644 --- a/src/lisp/globals.h +++ b/src/lisp/globals.h @@ -37,8 +37,6 @@ extern unsigned long binding_stack_size; extern unsigned long static_space_size; extern unsigned long control_stack_size; -extern lispobj *control_stack_start; - #if (defined(i386) || defined(__x86_64)) extern lispobj *control_stack_end; #endif -- GitLab