mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Use std::deque for file stack nodes
This commit is contained in:
@@ -211,7 +211,6 @@ bool yywrap(void)
|
||||
if (!copy || !copy->iters)
|
||||
fatalerror("Failed to duplicate REPT file node: %s\n", strerror(errno));
|
||||
*copy->iters = *fileInfo->iters; // Copies `fileInfo->iters`
|
||||
copy->node.next = NULL;
|
||||
copy->node.referenced = false;
|
||||
|
||||
fileInfo = copy;
|
||||
|
||||
Reference in New Issue
Block a user