1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-01 14:22:27 +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
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 */