summaryrefslogtreecommitdiffstats
path: root/src/sc.h
diff options
context:
space:
mode:
authorandmarti1424 <andmarti@gmail.com>2017-01-30 21:02:19 -0300
committerandmarti1424 <andmarti@gmail.com>2017-01-30 21:02:19 -0300
commit1f792c8dfd0acffe8df601908ed6598e43c43803 (patch)
tree9e5991410797d6d0c39f52eca0a6e0a85b932c71 /src/sc.h
parent95fbee8724152c9cb03156f1faacec1abd70388a (diff)
Added CELLREF
Diffstat (limited to 'src/sc.h')
-rw-r--r--src/sc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sc.h b/src/sc.h
index ef5aec5..b3da7be 100644
--- a/src/sc.h
+++ b/src/sc.h
@@ -244,6 +244,7 @@ struct go_save {
#define CELLOK 0
#define CELLERROR 1
#define CELLINVALID 2
+#define CELLREF 3
/* calculation order */
#define BYCOLS 1
#define BYROWS 2