1
0
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:
Nick Briggs 2017-06-26 21:24:37 -07:00
parent 67ce5bf714
commit 1d818f1ec9

View File

@ -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>