mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
Use new allocation for expanding \#
This commit is contained in:
@@ -517,7 +517,7 @@ void lexer_CheckRecursionDepth()
|
||||
static void freeExpansion(Expansion &expansion)
|
||||
{
|
||||
if (expansion.owned)
|
||||
free(expansion.contents.owned);
|
||||
delete [] expansion.contents.owned;
|
||||
}
|
||||
|
||||
static bool isMacroChar(char c)
|
||||
|
||||
Reference in New Issue
Block a user