Skip to content
Snippets Groups Projects
Commit a54a025a authored by ram's avatar ram
Browse files

HpUx now too seems to complain about extern getenv declaration. Lets try

#ifdef MACH.
parent 0cad57f3
No related branches found
No related tags found
No related merge requests found
/*
* main() entry point for a stand alone lisp image.
*
* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/lisp.c,v 1.8 1994/10/24 20:06:27 ram Exp $
* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/lisp.c,v 1.9 1994/10/25 18:10:20 ram Exp $
*
*/
......@@ -120,7 +120,7 @@ void main(int argc, char *argv[], char *envp[])
default_core = "lisp.core";
if (core == NULL) {
#ifndef irix
#ifdef MACH
extern char *getenv(char *var);
#endif
static char buf[MAXPATHLEN];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment