diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-23 01:04:11 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-23 01:04:11 +0000 |
commit | 75b9a7d975b987f1b08c0c62b7b698e6312801f9 (patch) | |
tree | efcd7b056c53257a56011b5f57035e76f5929895 /chars.c | |
parent | 08d324d6cb50d68c668d898ad07eb41f0406cc7d (diff) | |
download | mandoc-75b9a7d975b987f1b08c0c62b7b698e6312801f9.tar.gz |
Arrows & brackets 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 304 +#define LINES_MAX 333 #define CHAR(w, x, y, z, a, b) \ { NULL, (w), (y), (a), (x), (z), (b), CHARS_CHAR }, |