aboutsummaryrefslogtreecommitdiff
path: root/src/index.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-05-16 17:46:09 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:27 +0100
commitb90ec67959ca72cab7a9339600eeacba37370fa8 (patch)
treeba048d10d38ccd81a745b5db8a2ab33a76871ed0 /src/index.h
parentc8057fc5efc6275ac05351d1ea79c49a295efc05 (diff)
Add partial matching (against 'a' and 'b' only)
Diffstat (limited to 'src/index.h')
-rw-r--r--src/index.h3
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,
};