Rename macro functions with proper prefix

This commit is contained in:
ISSOtm
2020-03-13 23:20:27 +01:00
parent ffdb1fbfe5
commit a259f53b52
7 changed files with 41 additions and 41 deletions

View File

@@ -51,7 +51,7 @@ static bool exportall;
static int32_t Callback_NARG(struct sSymbol const *self)
{
(void)self;
return sym_NbMacroArgs();
return macro_NbArgs();
}
static int32_t Callback__LINE__(struct sSymbol const *self)