summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin (Intel) <hpa@zytor.com>2020-06-30 17:53:13 -0700
committerH. Peter Anvin (Intel) <hpa@zytor.com>2020-06-30 17:53:13 -0700
commit8bc18080fe01906d7582a187ea0d67d316501344 (patch)
treec5a68dabf32c2b9a12f380f3b2a0e33b9581dd2f
parenta3db726f02be8ac285f51106070a04aca7ab0142 (diff)
parentfc3e4dcc65d08c34b94cb500fd726b8eeca15696 (diff)
downloadnasm-8bc18080fe01906d7582a187ea0d67d316501344.tar.gz
Merge tag 'nasm-2.15.02rc2'
NASM 2.15.02rc2
-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;