From 77da7331d998a614d9b8e71c919afc8ab7e8168b Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 16 Aug 2010 09:51:17 +0000 Subject: Remove \*(C+ from the pre-predefined strings. It is always `ds'-defined when being used in manuals. Since we now support `ds', it's no longer necessary to account for it. From a bug report originally by Thomas Jeunet. --- chars.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chars.c') diff --git a/chars.c b/chars.c index ce561d4a..cb8d01c8 100644 --- a/chars.c +++ b/chars.c @@ -40,7 +40,7 @@ struct ln { #define CHARS_BOTH (CHARS_CHAR | CHARS_STRING) }; -#define LINES_MAX 370 +#define LINES_MAX 369 #define CHAR(in, ch, code) \ { NULL, (in), (ch), (code), CHARS_CHAR }, -- cgit