summaryrefslogtreecommitdiff
path: root/preproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'preproc.c')
-rw-r--r--preproc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/preproc.c b/preproc.c
index db808e9..f42c0d0 100644
--- a/preproc.c
+++ b/preproc.c
@@ -369,7 +369,7 @@ static const char * const *stdmacpos;
* any.
*/
static const char * const *extrastdmac = NULL;
-bool any_extrastdmac;
+static bool any_extrastdmac;
/*
* Tokens are allocated in blocks to improve speed
@@ -4345,7 +4345,7 @@ void pp_runtime(char *definition)
}
-void pp_extra_stdmac(const char **macros)
+void pp_extra_stdmac(const macros_t *macros)
{
extrastdmac = macros;
}