mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Don’t assign to self.
This commit is contained in:
@@ -225,7 +225,6 @@ PutUniqueArg(char *src, ULONG size)
|
|||||||
{
|
{
|
||||||
char *s;
|
char *s;
|
||||||
|
|
||||||
src = src;
|
|
||||||
yyskipbytes(size);
|
yyskipbytes(size);
|
||||||
if ((s = sym_FindMacroArg(-1)) != NULL) {
|
if ((s = sym_FindMacroArg(-1)) != NULL) {
|
||||||
yyunputstr(s);
|
yyunputstr(s);
|
||||||
|
|||||||
@@ -37,7 +37,6 @@ Callback_NARG(struct sSymbol * sym)
|
|||||||
{
|
{
|
||||||
ULONG i = 0;
|
ULONG i = 0;
|
||||||
|
|
||||||
sym = sym;
|
|
||||||
while (currentmacroargs[i] && i < MAXMACROARGS)
|
while (currentmacroargs[i] && i < MAXMACROARGS)
|
||||||
i += 1;
|
i += 1;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user