fix of #ifdef PI placement for pxp, which doesn't know certain things.
authorPeter B. Kessler <peter@ucbvax.Berkeley.EDU>
Wed, 1 Jun 1983 10:54:16 +0000 (02:54 -0800)
committerPeter B. Kessler <peter@ucbvax.Berkeley.EDU>
Wed, 1 Jun 1983 10:54:16 +0000 (02:54 -0800)
SCCS-vsn: usr.bin/pascal/src/nl.c 1.12

usr/src/usr.bin/pascal/src/nl.c

index 5483249..302c04b 100644 (file)
@@ -1,14 +1,13 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 /* Copyright (c) 1979 Regents of the University of California */
 
-static char sccsid[] = "@(#)nl.c 1.11 %G%";
+static char sccsid[] = "@(#)nl.c 1.12 %G%";
 
 #include "whoami.h"
 #include "0.h"
 
 #include "whoami.h"
 #include "0.h"
+#ifdef PI
 #include "opcode.h"
 #include "objfmt.h"
 
 #include "opcode.h"
 #include "objfmt.h"
 
-#ifdef PI
-
 /*
  * NAMELIST SEGMENT DEFINITIONS
  */
 /*
  * NAMELIST SEGMENT DEFINITIONS
  */