diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-20 18:08:55 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-20 18:08:55 +0100 |
| commit | 7de3593a311cb8912586ba378c86271e9e0ea1db (patch) | |
| tree | d5b353cb3e80e246e92838f2a469c1120067f9cc /dev/LibCompiler/NFC | |
| parent | 288d020aa081076dade30cad61be1c9fae616f98 (diff) | |
ADD: Fixes to the posix JSON manifest.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/LibCompiler/NFC')
| -rw-r--r-- | dev/LibCompiler/NFC/ErrorID.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dev/LibCompiler/NFC/ErrorID.h b/dev/LibCompiler/NFC/ErrorID.h index 9e188cd..6e5d9e9 100644 --- a/dev/LibCompiler/NFC/ErrorID.h +++ b/dev/LibCompiler/NFC/ErrorID.h @@ -12,11 +12,11 @@ #include <LibCompiler/Defines.h> #include <LibCompiler/NFC/ErrorOr.h> -#define LIBCOMPILER_EXEC_ERROR -30 +#define LIBCOMPILER_EXEC_ERROR -30 #define LIBCOMPILER_FILE_NOT_FOUND -31 -#define LIBCOMPILER_DIR_NOT_FOUND -32 -#define LIBCOMPILER_FILE_EXISTS -33 -#define LIBCOMPILER_TOO_LONG -34 -#define LIBCOMPILER_INVALID_DATA -35 -#define LIBCOMPILER_UNIMPLEMENTED -36 -#define LIBCOMPILER_FAT_ERROR -37 +#define LIBCOMPILER_DIR_NOT_FOUND -32 +#define LIBCOMPILER_FILE_EXISTS -33 +#define LIBCOMPILER_TOO_LONG -34 +#define LIBCOMPILER_INVALID_DATA -35 +#define LIBCOMPILER_UNIMPLEMENTED -36 +#define LIBCOMPILER_FAT_ERROR -37 |
