From 08508ed7e6368876201309aff6964a039f011045 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 16 Mar 2009 22:19:19 +0000 Subject: Fixed mdoc_phrase escape handling. Added MDOC_IGNDELIM (Pf, soon Li, etc.). macro_constant_delimited ignargs -> argv.c parsing. Renamed macro functions to correspond to ontologies. `Fo' and `St' made callable (compat documented). strings.sh deprecated (directly using CPP). Abstracted ASCII translation into ascii.{c,in}. ASCII table uses a self-reordering chained hashtable. Removed old regressions. --- term.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'term.c') diff --git a/term.c b/term.c index 06d4bc3f..6a81765a 100644 --- a/term.c +++ b/term.c @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.59 2009/03/14 12:35:02 kristaps Exp $ */ +/* $Id: term.c,v 1.60 2009/03/16 22:19:19 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -296,6 +296,8 @@ const struct termact __termacts[MDOC_MAX] = { { termp_brq_pre, termp_brq_post }, /* Bro */ { NULL, NULL }, /* Brc */ { NULL, NULL }, /* %C */ + { NULL, NULL }, /* Es */ + { NULL, NULL }, /* En */ }; const struct termact *termacts = __termacts; -- cgit v1.2.3