X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/f5d922a12b959a612ff4de0486464bdc753d766b..1b032f8480e9cc55a29869eebbc3101a4cca7660:/usr/src/usr.bin/window/wwwrite.c diff --git a/usr/src/usr.bin/window/wwwrite.c b/usr/src/usr.bin/window/wwwrite.c index cf7c4198b4..82e938562d 100644 --- a/usr/src/usr.bin/window/wwwrite.c +++ b/usr/src/usr.bin/window/wwwrite.c @@ -1,5 +1,5 @@ #ifndef lint -static char *sccsid = "@(#)wwwrite.c 3.19 84/04/08"; +static char *sccsid = "@(#)wwwrite.c 3.20 84/04/09"; #endif #include "ww.h" @@ -26,6 +26,9 @@ int n; char *r = 0; char *s; +#ifdef lint + s = 0; /* define it before possible use */ +#endif if (hascursor = w->ww_hascursor) wwcursor(w, 0); while (p < q && !w->ww_stopped && (!wwinterrupt() || w->ww_nointr)) {