summaryrefslogtreecommitdiffstats
path: root/mdoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/mdoc.h b/mdoc.h
index 506f3a57..36fc31fd 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -346,10 +346,9 @@ struct mdoc_meta {
enum mdoc_vol vol;
enum mdoc_arch arch;
time_t date;
-#define META_TITLE_SZ (64)
- char title[META_TITLE_SZ];
-#define META_OS_SZ (64)
- char os[META_OS_SZ];
+ char *title;
+ char *os;
+ char *name;
};
struct mdoc_text {