From 1eb9c4523f63f5de5ae16bb140a12268511461a2 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 29 Aug 2010 11:36:49 +0000 Subject: Remove the pod2man table entries. They can now be properly read and assigned within the pod2man preamble. --- chars.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chars.c') diff --git a/chars.c b/chars.c index 26e0139e..29132c85 100644 --- a/chars.c +++ b/chars.c @@ -1,4 +1,4 @@ -/* $Id: chars.c,v 1.27 2010/08/20 01:02:07 schwarze Exp $ */ +/* $Id: chars.c,v 1.28 2010/08/29 11:36:49 kristaps Exp $ */ /* * Copyright (c) 2009, 2010 Kristaps Dzonsons * @@ -40,7 +40,7 @@ struct ln { #define CHARS_BOTH (CHARS_CHAR | CHARS_STRING) }; -#define LINES_MAX 369 +#define LINES_MAX 362 #define CHAR(in, ch, code) \ { NULL, (in), (ch), (code), CHARS_CHAR }, -- cgit v1.2.3-56-ge451