mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-15 07:54:13 +00:00
Don't declare getenv explicitly in inc/lispemul.h
This commit is contained in:
parent
67ce5bf714
commit
1d818f1ec9
@ -469,12 +469,11 @@ DOSTACKOVERFLOW(argnum,bytenum) if it needs hardreturn-cleanup
|
||||
/* */
|
||||
/************************************************************************/
|
||||
|
||||
#include <stdlib.h>
|
||||
extern DLword *createcell68k(unsigned int type);
|
||||
extern LispPTR *alloc_mdspage(register short int type);
|
||||
extern UNSIGNED N_OP_unwind(register LispPTR *cstkptr, register LispPTR tos, int n, int keep);
|
||||
extern char *getenv(const char *);
|
||||
extern int error(char *);
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user