From abe164b5b7d160faacfd0c626e28750e2bf31eef Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 5 Nov 2009 07:21:01 +0000 Subject: Added functionality of -Tascii non-breaking `\~' space. --- chars.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'chars.c') diff --git a/chars.c b/chars.c index 7ce4666d..580a1caf 100644 --- a/chars.c +++ b/chars.c @@ -1,4 +1,4 @@ -/* $Id: chars.c,v 1.12 2009/11/01 07:44:32 kristaps Exp $ */ +/* $Id: chars.c,v 1.13 2009/11/05 07:21:01 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -47,9 +47,10 @@ struct ln { #define BOTH(w, x, y, z, a, b) \ { NULL, (w), (y), (a), (x), (z), (b), CHARS_BOTH }, -static struct ln lines[LINES_MAX] = { +#define CHAR_TBL_START static struct ln lines[LINES_MAX] = { +#define CHAR_TBL_END }; + #include "chars.in" -}; struct tbl { enum chars type; -- cgit v1.2.3