]> git.cameronkatri.com Git - mandoc.git/blobdiff - chars.c
Tentative fix of quoted punctuation issue noted by Jason McIntyre, e.g., `Li "!"...
[mandoc.git] / chars.c
diff --git a/chars.c b/chars.c
index c6cf693fc6c498082a0f0fea6dfae9185167da0c..461ac067bbcb87f8853942b717fae538000b89fd 100644 (file)
--- a/chars.c
+++ b/chars.c
@@ -1,4 +1,4 @@
-/*     $Id: chars.c,v 1.16 2010/01/28 06:04:59 kristaps Exp $ */
+/*     $Id: chars.c,v 1.17 2010/03/23 13:25:01 kristaps Exp $ */
 /*
  * Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
  *
@@ -42,7 +42,7 @@ struct        ln {
 #define CHARS_BOTH      (CHARS_CHAR | CHARS_STRING)
 };
 
-#define        LINES_MAX         350
+#define        LINES_MAX         369
 
 #define CHAR(w, x, y, z, a, b) \
        { NULL, (w), (y), (a), (x), (z), (b), CHARS_CHAR },