From a9e9d841c8d52eff95850d867b9f85359c825d1e Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Fri, 21 Sep 1990 05:56:46 +0000 Subject: [PATCH] Added extern number_stack_start. --- ldb/globals.c | 4 +++- ldb/globals.h | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ldb/globals.c b/ldb/globals.c index 94a33b351..ba55b3ac6 100644 --- a/ldb/globals.c +++ b/ldb/globals.c @@ -1,10 +1,12 @@ -/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/globals.c,v 1.3 1990/09/08 11:00:32 wlott Exp $ */ +/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/globals.c,v 1.4 1990/09/21 05:56:31 wlott Exp $ */ /* Variables everybody needs to look at or frob on. */ #include "lisp.h" #include "globals.h" +char *number_stack_start; + int foreign_function_call_active; #ifdef mips diff --git a/ldb/globals.h b/ldb/globals.h index 9bbc66da3..f13b60007 100644 --- a/ldb/globals.h +++ b/ldb/globals.h @@ -1,4 +1,4 @@ -/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/globals.h,v 1.3 1990/09/08 11:00:49 wlott Exp $ */ +/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/globals.h,v 1.4 1990/09/21 05:56:46 wlott Exp $ */ #if !defined(_INCLUDE_GLOBALS_H_) #define _INCLUDED_GLOBALS_H_ @@ -7,6 +7,8 @@ #if !defined(LANGUAGE_ASSEMBLY) +extern char *number_stack_start; + extern int foreign_function_call_active; #ifdef mips -- GitLab