mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Rename export type enum to that
This prevents a conflict in the next commit
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
struct Symbol {
|
||||
/* Info contained in the object files */
|
||||
char *name;
|
||||
enum SymbolType type;
|
||||
enum ExportLevel type;
|
||||
char const *objFileName;
|
||||
char *fileName;
|
||||
int32_t lineNo;
|
||||
|
||||
Reference in New Issue
Block a user