mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Factor out one shared enum FileStackNodeType
This commit is contained in:
@@ -11,11 +11,7 @@
|
||||
|
||||
#include "asm/lexer.h"
|
||||
|
||||
enum FileStackNodeType {
|
||||
NODE_REPT,
|
||||
NODE_FILE,
|
||||
NODE_MACRO,
|
||||
};
|
||||
#include "linkdefs.h"
|
||||
|
||||
struct FileStackNode {
|
||||
struct FileStackNode *parent; // Pointer to parent node, for error reporting
|
||||
|
||||
Reference in New Issue
Block a user