summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--asm/preproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/preproc.c b/asm/preproc.c
index eee4d8a9..22bccfcc 100644
--- a/asm/preproc.c
+++ b/asm/preproc.c
@@ -4888,7 +4888,7 @@ static int mmac_rotate(const MMacro *mac, unsigned int n)
/*
* expands to a list of tokens from %{x:y}
*/
-void expand_mmac_params_range(MMacro *mac, Token *tline, Token ***tail)
+static void expand_mmac_params_range(MMacro *mac, Token *tline, Token ***tail)
{
Token *t;
const char *arg = tok_text(tline) + 1;