From 06244c71f6b136a42451cafaf08d697f02b51bf1 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 22 Jan 2009 14:56:21 +0000 Subject: Fix-ups to macro.c. --- private.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'private.h') 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 * @@ -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); -- cgit v1.2.3