]> git.cameronkatri.com Git - mandoc.git/blobdiff - chars.c
Added mail archive periodically generated by hypermail.
[mandoc.git] / chars.c
diff --git a/chars.c b/chars.c
index aa6de429dd3f72cdbd683648fa13846283397c01..908584d3058794a404fb4cdea78ccaafecd48e2e 100644 (file)
--- a/chars.c
+++ b/chars.c
@@ -1,6 +1,6 @@
-/*     $Id: chars.c,v 1.24 2010/07/26 13:59:00 kristaps Exp $ */
+/*     $Id: chars.c,v 1.26 2010/08/16 09:51:17 kristaps Exp $ */
 /*
- * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
+ * Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -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 },