mirror of
https://github.com/Interlisp/maiko.git
synced 2026-04-26 12:27:32 +00:00
Remove remnants of valloc workarounds. (#54)
This commit is contained in:
@@ -47,11 +47,6 @@ extern int errno;
|
|||||||
is going to expand or not */
|
is going to expand or not */
|
||||||
int Storage_expanded; /* T or NIL */
|
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 */
|
/* 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 */
|
#define MBYTE 0x100000 /* 1 Mbyte */
|
||||||
extern int errno;
|
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);
|
||||||
|
|
||||||
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 */
|
#define MBYTE 0x100000 /* 1 Mbyte */
|
||||||
extern int errno;
|
extern int errno;
|
||||||
|
|
||||||
/* JDS protoize char *valloc(size_t); */
|
|
||||||
void check_sysout(char *sysout_file_name, int verbose);
|
void check_sysout(char *sysout_file_name, int verbose);
|
||||||
void usage(char *prog);
|
void usage(char *prog);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user