stdoutn is now an array.
authorDonn Seeley <donn@ucbvax.Berkeley.EDU>
Fri, 8 Mar 1991 05:25:02 +0000 (21:25 -0800)
committerDonn Seeley <donn@ucbvax.Berkeley.EDU>
Fri, 8 Mar 1991 05:25:02 +0000 (21:25 -0800)
SCCS-vsn: usr.bin/pascal/pxp/0.h 5.2

usr/src/usr.bin/pascal/pxp/0.h

index 1e022bc..682ea81 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * 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 */
  */
 
 /* #define DEBUG */
@@ -78,7 +78,7 @@ char  profile, onefile;
 #ifdef RMOTHERS
 char   rmothers;
 #endif RMOTHERS
 #ifdef RMOTHERS
 char   rmothers;
 #endif RMOTHERS
-char   *firstname, *stdoutn;
+char   *firstname, stdoutn[];
 #ifdef DEBUG
 char   fulltrace, errtrace, testtrace, yyunique, typetest;
 #endif
 #ifdef DEBUG
 char   fulltrace, errtrace, testtrace, yyunique, typetest;
 #endif
@@ -337,6 +337,7 @@ int gocnt;
 int    cnts;
 
 #include <stdio.h>
 int    cnts;
 
 #include <stdio.h>
+#include <string.h>
 #include <sys/types.h>
 
 typedef enum {FALSE, TRUE} bool;
 #include <sys/types.h>
 
 typedef enum {FALSE, TRUE} bool;