diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2022-03-14 11:02:59 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-14 11:02:59 +0000 |
| commit | a7adb2fb6e092e1f37791b1da633b01ff3ca489c (patch) | |
| tree | 6bff88f90b9b72dcc04ce1c02f86d981c2135fdd /src/parser.hpp | |
| parent | 410b85b5c7f768543e03c9fc6f47f8c2efcd602b (diff) | |
| parent | f907516cbd0078b69996929d02742d0c1a48c226 (diff) | |
Merge branch 'master' into freestanding_amd64
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, }; |