From: Donn Seeley Date: Fri, 8 Mar 1991 05:25:02 +0000 (-0800) Subject: stdoutn is now an array. X-Git-Tag: BSD-4_3_Net_2-Snapshot-Development~813 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/343644d36a22eb3b206efed31d513647cd192ba7 stdoutn is now an array. SCCS-vsn: usr.bin/pascal/pxp/0.h 5.2 --- diff --git a/usr/src/usr.bin/pascal/pxp/0.h b/usr/src/usr.bin/pascal/pxp/0.h index 1e022bc332..682ea81ae7 100644 --- a/usr/src/usr.bin/pascal/pxp/0.h +++ b/usr/src/usr.bin/pascal/pxp/0.h @@ -3,7 +3,7 @@ * All rights reserved. The Berkeley software License Agreement * specifies the terms and conditions for redistribution. * - * @(#)0.h 5.1 (Berkeley) %G% + * @(#)0.h 5.2 (Berkeley) %G% */ /* #define DEBUG */ @@ -78,7 +78,7 @@ char profile, onefile; #ifdef RMOTHERS char rmothers; #endif RMOTHERS -char *firstname, *stdoutn; +char *firstname, stdoutn[]; #ifdef DEBUG char fulltrace, errtrace, testtrace, yyunique, typetest; #endif @@ -337,6 +337,7 @@ int gocnt; int cnts; #include +#include #include typedef enum {FALSE, TRUE} bool;