diff options
| author | Alasdair Armstrong | 2017-10-18 17:05:20 +0100 |
|---|---|---|
| committer | Alasdair Armstrong | 2017-10-18 17:05:20 +0100 |
| commit | 4e3733e32d5dd070524458c6c7eea4aff079699b (patch) | |
| tree | b28fb4109f4bbf5f377c7a26a24a2bc379b4e4df /editors | |
| parent | 4043f496ff8dae7fa2bc2b4da4e02d2d9942e66d (diff) | |
Fixes and updates to ocaml backend to compile aarch64_no_vector
Diffstat (limited to 'editors')
| -rw-r--r-- | editors/sail2-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/sail2-mode.el b/editors/sail2-mode.el index c2f77801..2958af21 100644 --- a/editors/sail2-mode.el +++ b/editors/sail2-mode.el @@ -8,7 +8,7 @@ "else" "match" "in" "return" "register" "forall" "operator" "effect" "overload" "cast" "sizeof" "constraint" "default" "assert" "pure" "infixl" "infixr" "infix" "scattered" "end" "try" "catch" "and" - "throw" "clause" "as")) + "throw" "clause" "as" "repeat" "until" "while" "do")) (defconst sail2-kinds '("Int" "Type" "Order" "inc" "dec" |
