pTree.h include goes away to restore sanity
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Fri, 4 Feb 1983 04:04:27 +0000 (20:04 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Fri, 4 Feb 1983 04:04:27 +0000 (20:04 -0800)
SCCS-vsn: usr.bin/pascal/src/0.h 1.19

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

index 8138476..dbce78e 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 /* Copyright (c) 1979 Regents of the University of California */
 
-/* static char sccsid[] = "@(#)0.h 1.18 %G%"; */
+/* static char sccsid[] = "@(#)0.h 1.19 %G%"; */
 
 #define DEBUG
 #define CONSETS
 
 #define DEBUG
 #define CONSETS
@@ -232,9 +232,6 @@ bool        Enoline;
  */
 extern int     pnumcnt;
 
  */
 extern int     pnumcnt;
 
-#ifdef PTREE
-#   include    "pTree.h"
-#endif PTREE
 struct nl {
        char    *symbol;
        char    info[4];
 struct nl {
        char    *symbol;
        char    info[4];