Initial revision
authorceriel <none@none>
Wed, 1 Apr 1987 08:28:20 +0000 (08:28 +0000)
committerceriel <none@none>
Wed, 1 Apr 1987 08:28:20 +0000 (08:28 +0000)
util/data/em_ptyp.c [new file with mode: 0644]

diff --git a/util/data/em_ptyp.c b/util/data/em_ptyp.c
new file mode 100644 (file)
index 0000000..a1fcda7
--- /dev/null
@@ -0,0 +1,19 @@
+#include       <em_spec.h>
+#include       <em_ptyp.h>
+
+short  em_ptyp[] = {
+       0,                      /* PAR_NO */
+       cst_ptyp,               /* PAR_C */
+       cst_ptyp,               /* PAR_D */
+       cst_ptyp,               /* PAR_N */
+       cst_ptyp,               /* PAR_F */
+       cst_ptyp,               /* PAR_L */
+       arg_ptyp,               /* PAR_G */
+       cst_ptyp|ptyp(sp_cend), /* PAR_W */
+       cst_ptyp,               /* PAR_S */
+       cst_ptyp,               /* PAR_Z */
+       cst_ptyp,               /* PAR_O */
+       ptyp(sp_pnam),          /* PAR_P */
+       ptyp(sp_cst2),          /* PAR_B */
+       ptyp(sp_cst2)           /* PAR_R */
+};