diff options
| author | gingerBill <bill@gingerbill.org> | 2022-02-28 21:49:19 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-02-28 21:49:19 +0000 |
| commit | d4ccb69ccc56fb57cad48493a9e5e78ca3529a84 (patch) | |
| tree | c5395cc03aaaf5ea96156d729cdc5d2bc36d0e84 /src/parser.hpp | |
| parent | a70dde34dace7b0f579025332ea4e24b4a8b1354 (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.hpp | 1 |
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, }; |