diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/moves.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/moves.h b/src/core/moves.h index 008e928..5f48f8d 100644 --- a/src/core/moves.h +++ b/src/core/moves.h | |||
| @@ -65,6 +65,10 @@ STATIC bool are_lastmoves_singlecw(size_t n, const uint8_t [n]); | |||
| 65 | VAR_B++; \ | 65 | VAR_B++; \ |
| 66 | ARG_MOVE = VAR_MOVE_NOMOD + VAR_MOD; \ | 66 | ARG_MOVE = VAR_MOVE_NOMOD + VAR_MOD; \ |
| 67 | ARG_ACTION \ | 67 | ARG_ACTION \ |
| 68 | } \ | ||
| 69 | if (VAR_IN_PARENTHESES) { \ | ||
| 70 | LOG("Mismatched '(' in move sequence\n"); \ | ||
| 71 | return RET_ERROR; \ | ||
| 68 | } | 72 | } |
| 69 | 73 | ||
| 70 | STATIC uint8_t | 74 | STATIC uint8_t |
