mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Rename macro functions with proper prefix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user