aboutsummaryrefslogtreecommitdiff
path: root/sam.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-11-27 23:46:17 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-11-28 12:03:11 +0100
commit71262efa24013d45023dc2406b046768828c8ad7 (patch)
tree74e13405e099cf93631db8f4b8755de458b57c4b /sam.h
parent970901d37cccb365e67be018414b193fede8ca40 (diff)
downloadvis-71262efa24013d45023dc2406b046768828c8ad7.tar.gz
vis-71262efa24013d45023dc2406b046768828c8ad7.tar.xz
sam: introduce `m as an address refering to mark m
Diffstat (limited to 'sam.h')
-rw-r--r--sam.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sam.h b/sam.h
index 7d063f4..717f5a4 100644
--- a/sam.h
+++ b/sam.h
@@ -15,6 +15,7 @@ enum SamError {
SAM_ERR_COMMAND,
SAM_ERR_EXECUTE,
SAM_ERR_NEWLINE,
+ SAM_ERR_MARK,
};
bool sam_init(Vis*);