=================================================================== RCS file: /cvs/mandoc/Attic/private.h,v retrieving revision 1.46 retrieving revision 1.47 diff -u -p -r1.46 -r1.47 --- mandoc/Attic/private.h 2008/12/28 21:25:09 1.46 +++ mandoc/Attic/private.h 2008/12/29 12:19:41 1.47 @@ -1,4 +1,4 @@ -/* $Id: private.h,v 1.46 2008/12/28 21:25:09 kristaps Exp $ */ +/* $Id: private.h,v 1.47 2008/12/29 12:19:41 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -94,6 +94,7 @@ int xstrcmp(const char *, const char *); void *xcalloc(size_t, size_t); char *xstrdup(const char *); +int macro_constant_delimited(MACRO_PROT_ARGS); int macro_text(MACRO_PROT_ARGS); int macro_scoped_implicit(MACRO_PROT_ARGS); int macro_scoped_explicit(MACRO_PROT_ARGS);