diff options
author | Oskar <> | 2024-03-21 21:03:45 +0100 |
---|---|---|
committer | Oskar <> | 2024-03-21 21:03:45 +0100 |
commit | d7d82a1ee27c843992ab534271990f79c0c9ac43 (patch) | |
tree | fd0e088fba213ff81325f9110cec27a8209b1433 /i_validation.h | |
parent | 98f7b8859621ecc30dce84fdb67f4499305e8e34 (diff) |
Moved around even more. Probably some things i am missing or removed somehow but overall it already feels a bit better to have moved everything to smaller more manageable functions
Diffstat (limited to 'i_validation.h')
-rw-r--r-- | i_validation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i_validation.h b/i_validation.h index e2981ad..73087ac 100644 --- a/i_validation.h +++ b/i_validation.h @@ -6,9 +6,9 @@ #include "7ed.h" #include <stdint.h> -#define _PLUS_ONLY 1 +#define _PLUS_ONLY _VALID #define _PLUS_CONTINUE 2 -#define _PLUS_NOTHING 3 +#define _PLUS_NOTHING _VALID #define _IMM_NUMBER 4 #define _IMM_NOTHING 5 #define _CONTINUE 6 |