]> git.cameronkatri.com Git - mandoc.git/blobdiff - chars.c
Removed need for superfluous `os' value in overstep calculation (thanks Ingo Schwarze).
[mandoc.git] / chars.c
diff --git a/chars.c b/chars.c
index 3a5275c71740a446e6f3cbafb442ab41737477c3..4db245cb915109ce3e808d9bdf4fcc5705b9cb87 100644 (file)
--- a/chars.c
+++ b/chars.c
@@ -1,4 +1,4 @@
-/*     $Id: chars.c,v 1.5 2009/09/22 23:34:14 kristaps Exp $ */
+/*     $Id: chars.c,v 1.9 2009/09/23 11:02:21 kristaps Exp $ */
 /*
  * Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
  *
@@ -38,7 +38,7 @@ struct        ln {
 #define CHARS_BOTH      (0x03)
 };
 
-#define        LINES_MAX         302
+#define        LINES_MAX         351
 
 #define CHAR(w, x, y, z, a, b) \
        { NULL, (w), (y), (a), (x), (z), (b), CHARS_CHAR },