aboutsummaryrefslogtreecommitdiff
path: root/src/parser.hpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2022-02-28 21:49:19 +0000
committergingerBill <bill@gingerbill.org>2022-02-28 21:49:19 +0000
commitd4ccb69ccc56fb57cad48493a9e5e78ca3529a84 (patch)
treec5395cc03aaaf5ea96156d729cdc5d2bc36d0e84 /src/parser.hpp
parenta70dde34dace7b0f579025332ea4e24b4a8b1354 (diff)
Check if directory exists with the same target executable name when building a directory
Diffstat (limited to 'src/parser.hpp')
-rw-r--r--src/parser.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.hpp b/src/parser.hpp
index f6791a291..c33d1520b 100644
--- a/src/parser.hpp
+++ b/src/parser.hpp
@@ -46,6 +46,7 @@ enum ParseFileError {
ParseFile_InvalidToken,
ParseFile_GeneralError,
ParseFile_FileTooLarge,
+ ParseFile_DirectoryAlreadyExists,
ParseFile_Count,
};