Skip to content
Snippets Groups Projects
Commit a9e9d841 authored by wlott's avatar wlott
Browse files

Added extern number_stack_start.

parent 3bcea676
No related branches found
No related tags found
No related merge requests found
/* $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. */ /* Variables everybody needs to look at or frob on. */
#include "lisp.h" #include "lisp.h"
#include "globals.h" #include "globals.h"
char *number_stack_start;
int foreign_function_call_active; int foreign_function_call_active;
#ifdef mips #ifdef mips
......
/* $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_) #if !defined(_INCLUDE_GLOBALS_H_)
#define _INCLUDED_GLOBALS_H_ #define _INCLUDED_GLOBALS_H_
...@@ -7,6 +7,8 @@ ...@@ -7,6 +7,8 @@
#if !defined(LANGUAGE_ASSEMBLY) #if !defined(LANGUAGE_ASSEMBLY)
extern char *number_stack_start;
extern int foreign_function_call_active; extern int foreign_function_call_active;
#ifdef mips #ifdef mips
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment