summaryrefslogtreecommitdiffstats
path: root/src/sc.h
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-03-06 15:46:10 -0300
committerAndrés <andmarti@gmail.com>2021-03-06 15:46:10 -0300
commit95e5f079a69e20ed1116d44b57400c1ccb76529b (patch)
treed29749e7f9d1fe3502547e6442fdaeb41a302d4d /src/sc.h
parent51019fd9201271cff5a88348c24974667dea0d8f (diff)
work on issue #451
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 b783475..1a0eec4 100644
--- a/src/sc.h
+++ b/src/sc.h
@@ -284,6 +284,7 @@ struct go_save {
#define FCOL (OP_BASE + 83)
#define LUA (OP_BASE + 84)
#define FACT (OP_BASE + 85)
+#define GETENT (OP_BASE + 86)
/* flag values */
#define is_valid 0001