diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-04 13:57:35 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-04 13:57:35 +0000 |
commit | 7827eedf059a1551d71666af5d70b51a7ab536bc (patch) | |
tree | 7a54e90f16ed2bcb5ab2ecb80a4e605455ae714f /term.h | |
parent | 978c841bef6356b836aa769aee366d3c5a6f64c6 (diff) | |
download | mandoc-7827eedf059a1551d71666af5d70b51a7ab536bc.tar.gz |
Considerably cleaned up list handling.
Diffstat (limited to 'term.h')
-rw-r--r-- | term.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -93,8 +93,6 @@ struct termp { #define TERMP_LITERAL (1 << 5) /* Literal words. */ #define TERMP_IGNDELIM (1 << 6) /* Delims like regulars. */ #define TERMP_NONOSPACE (1 << 7) /* No space (no autounset). */ -#define TERMP_NORPAD (1 << 8) /* No rightpad. */ -#define TERMP_NOINSET (1 << 9) /* If NOBREAK, no inset. */ char *buf; struct termsym *symtab; /* Special-symbol table. */ struct termsym *styletab; /* Style table. */ |