]> git.cameronkatri.com Git - mandoc.git/blobdiff - chars.c
Remove "pt" from struct roffsu, as CSS (the only reason it was there) is
[mandoc.git] / chars.c
diff --git a/chars.c b/chars.c
index c6cf693fc6c498082a0f0fea6dfae9185167da0c..126274c048feca9bc4de36126f879397bd3b47eb 100644 (file)
--- a/chars.c
+++ b/chars.c
@@ -1,6 +1,6 @@
-/*     $Id: chars.c,v 1.16 2010/01/28 06:04:59 kristaps Exp $ */
+/*     $Id: chars.c,v 1.20 2010/06/19 20:46:27 kristaps Exp $ */
 /*
- * Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
+ * Copyright (c) 2009 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
@@ -23,6 +23,7 @@
 #include <stdlib.h>
 #include <string.h>
 
+#include "mandoc.h"
 #include "chars.h"
 
 #define        PRINT_HI         126
@@ -42,7 +43,7 @@ struct        ln {
 #define CHARS_BOTH      (CHARS_CHAR | CHARS_STRING)
 };
 
-#define        LINES_MAX         350
+#define        LINES_MAX         370
 
 #define CHAR(w, x, y, z, a, b) \
        { NULL, (w), (y), (a), (x), (z), (b), CHARS_CHAR },