aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roff_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'roff_int.h')
-rw-r--r--roff_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/roff_int.h b/roff_int.h
index e0700a74..f7d688fd 100644
--- a/roff_int.h
+++ b/roff_int.h
@@ -35,6 +35,7 @@ struct roff_man {
struct ohash *mdocmac; /* Mdoc macro lookup table. */
struct ohash *manmac; /* Man macro lookup table. */
const char *os_s; /* Default operating system. */
+ char *os_r; /* Operating system name at run time. */
struct roff_node *last; /* The last node parsed. */
struct roff_node *last_es; /* The most recent Es node. */
int quick; /* Abort parse early. */