summaryrefslogtreecommitdiffstatshomepage
path: root/private.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-01-22 14:56:21 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-01-22 14:56:21 +0000
commit06244c71f6b136a42451cafaf08d697f02b51bf1 (patch)
treef871787f937efe2d03248289420827e90ae5e50e /private.h
parentbcc6f45ca445c11a1151680ceca3b9bc8a5f25c7 (diff)
downloadmandoc-06244c71f6b136a42451cafaf08d697f02b51bf1.tar.gz
mandoc-06244c71f6b136a42451cafaf08d697f02b51bf1.tar.zst
mandoc-06244c71f6b136a42451cafaf08d697f02b51bf1.zip
Fix-ups to macro.c.
Diffstat (limited to 'private.h')
-rw-r--r--private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/private.h b/private.h
index dd4febfe..3c0cf158 100644
--- a/private.h
+++ b/private.h
@@ -1,4 +1,4 @@
-/* $Id: private.h,v 1.74 2009/01/21 11:35:26 kristaps Exp $ */
+/* $Id: private.h,v 1.75 2009/01/22 14:56:21 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -154,6 +154,7 @@ int mdoc_args(struct mdoc *, int,
#define ARGS_WORD (1)
#define ARGS_PUNCT (2)
#define ARGS_QWORD (3)
+#define ARGS_PHRASE (4)
int xstrlcats(char *, const struct mdoc_node *, size_t);
int xstrlcat(char *, const char *, size_t);