merge in PXP changes
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sun, 6 Feb 1983 07:55:43 +0000 (23:55 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sun, 6 Feb 1983 07:55:43 +0000 (23:55 -0800)
SCCS-vsn: usr.bin/pascal/src/yyrecover.c 1.3

usr/src/usr.bin/pascal/src/yyrecover.c

index e0b92c8..6cf2c4c 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[] = "@(#)yyrecover.c 1.2 %G%";
+static char sccsid[] = "@(#)yyrecover.c 1.3 %G%";
 
 #include "whoami.h"
 #include "0.h"
 
 #include "whoami.h"
 #include "0.h"
@@ -199,7 +199,11 @@ yyrecover(Ps0, idfail)
                printf("States %d %d ...", Ps0[0], Ps0[-1]);
                if (idfail)
                        printf(" [Idfail]");
                printf("States %d %d ...", Ps0[0], Ps0[-1]);
                if (idfail)
                        printf(" [Idfail]");
+#ifdef PXP
+               putchar('\n');
+#else
                pchr('\n');
                pchr('\n');
+#endif
                printf("Input %s%s", tokname(&Y , 0)
                                   , tokname(&Y , 1));
        }
                printf("Input %s%s", tokname(&Y , 0)
                                   , tokname(&Y , 1));
        }