diff options
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 |