From e4dec0e1c53e6a8d07ea4cba74a3aa831a90c034 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 29 Dec 2008 12:19:41 +0000 Subject: *** empty log message *** --- private.h | 1 + 1 file changed, 1 insertion(+) (limited to 'private.h') diff --git a/private.h b/private.h index 2c979f2f..4c9d629a 100644 --- a/private.h +++ b/private.h @@ -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); -- cgit