Remove unused "MAX_PATH" header

The header's name was also quite misleading.
Also remove an unused define in `asm/symbol.h`.
This commit is contained in:
ISSOtm
2021-11-07 01:46:25 +01:00
parent b04e71ed34
commit 54293a9184
5 changed files with 5 additions and 24 deletions

View File

@@ -19,7 +19,6 @@
#include "asm/lexer.h"
#include "types.h"
struct FileStackNode {
struct FileStackNode *parent; /* Pointer to parent node, for error reporting */