From: Guillermo J. Rozas Date: Fri, 19 Nov 1993 04:47:08 +0000 (+0000) Subject: Define NULL, not previously defined by any of the include files. X-Git-Tag: 20090517-FFI~7473 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=d75dd72833c9d2d5b35bd3cde3e109a9c843c101;p=mit-scheme.git Define NULL, not previously defined by any of the include files. --- diff --git a/v7/src/microcode/termcap.c b/v7/src/microcode/termcap.c index 5e098127a..301150aca 100644 --- a/v7/src/microcode/termcap.c +++ b/v7/src/microcode/termcap.c @@ -142,6 +142,10 @@ int bufsize = 128; # endif /* __STDC__ */ #endif /* PTR */ +#ifndef NULL +#define NULL 0 +#endif + static memory_out () {