mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-16 08:15:31 +00:00
Remove remnants of valloc workarounds. (#54)
This commit is contained in:
parent
fb7e88aba4
commit
ebf806fc79
@ -47,11 +47,6 @@ extern int errno;
|
||||
is going to expand or not */
|
||||
int Storage_expanded; /* T or NIL */
|
||||
|
||||
/* This used to be ifdef for RISCOS and OSF/1. */
|
||||
#if defined(SYSVONLY)
|
||||
#define valloc malloc
|
||||
#endif /* SYSVONLY */
|
||||
|
||||
/************************************************************************/
|
||||
/* */
|
||||
/* s y s o u t _ l o a d e r */
|
||||
|
||||
@ -43,7 +43,6 @@ static char *id = "$Id: setsout.c,v 1.3 1999/05/31 23:35:41 sybalsky Exp $ Copyr
|
||||
#define MBYTE 0x100000 /* 1 Mbyte */
|
||||
extern int errno;
|
||||
|
||||
/* JDS protoize char *valloc(size_t); */
|
||||
void set_sysout(int version, char *sysout_file_name);
|
||||
|
||||
void set_sysout(int version, char *sysout_file_name) {
|
||||
|
||||
@ -36,7 +36,6 @@ static char *id = "$Id: tstsout.c,v 1.3 1999/05/31 23:35:44 sybalsky Exp $ Copyr
|
||||
#define MBYTE 0x100000 /* 1 Mbyte */
|
||||
extern int errno;
|
||||
|
||||
/* JDS protoize char *valloc(size_t); */
|
||||
void check_sysout(char *sysout_file_name, int verbose);
|
||||
void usage(char *prog);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user