summaryrefslogtreecommitdiffstats
path: root/term.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-04 13:57:35 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-04 13:57:35 +0000
commit7827eedf059a1551d71666af5d70b51a7ab536bc (patch)
tree7a54e90f16ed2bcb5ab2ecb80a4e605455ae714f /term.h
parent978c841bef6356b836aa769aee366d3c5a6f64c6 (diff)
downloadmandoc-7827eedf059a1551d71666af5d70b51a7ab536bc.tar.gz
Considerably cleaned up list handling.
Diffstat (limited to 'term.h')
-rw-r--r--term.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/term.h b/term.h
index e823d42d..10623b92 100644
--- a/term.h
+++ b/term.h
@@ -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. */