diff options
Diffstat (limited to 'src/index.h')
-rw-r--r-- | src/index.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/index.h b/src/index.h index 005f0d93..03e246f4 100644 --- a/src/index.h +++ b/src/index.h @@ -35,7 +35,8 @@ typedef enum { enum { CELLR_NONE, CELLR_REDUCE, - CELLR_COMPARE + CELLR_COMPARE, + CELLR_COMPARE_AB, }; |