summaryrefslogtreecommitdiffstatshomepage
path: root/private.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-11-27 11:23:51 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-11-27 11:23:51 +0000
commit26fbaa03c9157f1febd7b49e127eaf0cd1262aa9 (patch)
tree97106a39383b09930855a5bbdacf20ea37b56f8a /private.h
parent0f255cd8af26286d1c83ef4c031ecf3e2361b8aa (diff)
downloadmandoc-26fbaa03c9157f1febd7b49e127eaf0cd1262aa9.tar.gz
mandoc-26fbaa03c9157f1febd7b49e127eaf0cd1262aa9.tar.zst
mandoc-26fbaa03c9157f1febd7b49e127eaf0cd1262aa9.zip
Mainly quotes.
Diffstat (limited to 'private.h')
-rw-r--r--private.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/private.h b/private.h
index 4fa8b645..59f5059f 100644
--- a/private.h
+++ b/private.h
@@ -1,4 +1,4 @@
-/* $Id: private.h,v 1.9 2008/11/26 21:42:59 kristaps Exp $ */
+/* $Id: private.h,v 1.10 2008/11/27 11:23:51 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -137,7 +137,9 @@ struct md_mbuf {
#define ROFF_Fc 97
#define ROFF_Oo 98
#define ROFF_Oc 99
-#define ROFF_MAX 100
+#define ROFF_Bk 100
+#define ROFF_Ek 101
+#define ROFF_MAX 102
#define ROFF_Split 0
#define ROFF_Nosplit 1