From: ceriel Date: Wed, 1 Apr 1987 08:28:20 +0000 (+0000) Subject: Initial revision X-Git-Tag: release-5-5~4254 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d9f3663dcc80f62dd06cf09eb1a2c221a1db69f8;p=ack.git Initial revision --- diff --git a/util/data/em_ptyp.c b/util/data/em_ptyp.c new file mode 100644 index 000000000..a1fcda7ea --- /dev/null +++ b/util/data/em_ptyp.c @@ -0,0 +1,19 @@ +#include +#include + +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 */ +};