add continuation() output mode
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Mon, 7 Feb 1983 05:17:38 +0000 (21:17 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Mon, 7 Feb 1983 05:17:38 +0000 (21:17 -0800)
SCCS-vsn: usr.bin/pascal/pxp/0.h 1.3

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

index 3dd7ff8..e5dbe83 100644 (file)
@@ -1,4 +1,4 @@
-/* static      char *sccsid = "@(#)0.h 1.2 (Berkeley) %G%";*/
+/* static      char *sccsid = "@(#)0.h 1.3 (Berkeley) %G%";*/
 /* Copyright (c) 1979 Regents of the University of California */
 /* #define DEBUG */
 #define        CHAR
 /* Copyright (c) 1979 Regents of the University of California */
 /* #define DEBUG */
 #define        CHAR
@@ -172,6 +172,7 @@ char        errpfx;
 #define        warning()       setpfx('w')
 #define        recovered()     setpfx('e')
 #define        quit()          setpfx('Q')
 #define        warning()       setpfx('w')
 #define        recovered()     setpfx('e')
 #define        quit()          setpfx('Q')
+#define        continuation()  setpfx(' ')
 \f
 /*
  * SEMANTIC DEFINITIONS
 \f
 /*
  * SEMANTIC DEFINITIONS