diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-23 00:03:45 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-23 00:03:45 +0000 |
commit | 08d324d6cb50d68c668d898ad07eb41f0406cc7d (patch) | |
tree | ec826805dca0fa2b54a9500d389306e03f005509 /chars.c | |
parent | 8a9de9370e3041d445487c21fe2a29fc38224055 (diff) | |
download | mandoc-08d324d6cb50d68c668d898ad07eb41f0406cc7d.tar.gz |
Quotes sync'd with newest groff.
Diffstat (limited to 'chars.c')
-rw-r--r-- | chars.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ struct ln { #define CHARS_BOTH (0x03) }; -#define LINES_MAX 302 +#define LINES_MAX 304 #define CHAR(w, x, y, z, a, b) \ { NULL, (w), (y), (a), (x), (z), (b), CHARS_CHAR }, |