Skip to content

Commit a9dc898

Browse files
committed
bootstrap
1 parent 1b667ee commit a9dc898

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

ocaml/boot/menhir/parser.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -980,15 +980,15 @@ let mk_directive ~loc name arg =
980980
let check_layout loc id =
981981
begin
982982
match id with
983-
| ("any" | "value" | "void" | "immediate64" | "immediate") -> ()
983+
| ("any" | "value" | "void" | "immediate64" | "immediate" | "float64") -> ()
984984
| _ -> expecting loc "layout"
985985
end;
986986
let loc = make_loc loc in
987987
Attr.mk ~loc (mkloc id loc) (PStr [])
988988

989989
(* Unboxed literals *)
990990

991-
(* CR layouts v2: The [unboxed_*] functions will both be improved and lose
991+
(* CR layouts v2.5: The [unboxed_*] functions will both be improved and lose
992992
their explicit assert once we have real unboxed literals in Jane syntax; they
993993
may also get re-inlined at that point *)
994994
let unboxed_literals_extension = Language_extension.Layouts

ocaml/boot/ocamlc

7.4 KB
Binary file not shown.

ocaml/boot/ocamllex

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)