From 0f35467395910cc0bed2b40fdbbc91998f97ac41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 10 Jan 2017 10:51:18 +0100 Subject: sam: implement parallel grouping behavior --- sam.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sam.h') diff --git a/sam.h b/sam.h index 717f5a4..0ea9c2f 100644 --- a/sam.h +++ b/sam.h @@ -16,6 +16,8 @@ enum SamError { SAM_ERR_EXECUTE, SAM_ERR_NEWLINE, SAM_ERR_MARK, + SAM_ERR_CONFLICT, + SAM_ERR_WRITE_CONFLICT, }; bool sam_init(Vis*); -- cgit v1.2.3