1
0
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:
Bruce Mitchener 2020-12-15 11:38:53 +07:00 committed by GitHub
parent fb7e88aba4
commit ebf806fc79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 7 deletions

View File

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

View File

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

View File

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