update to split out shared sources
[unix-history] / 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