Skip to content

Commit

Permalink
Changes entry for 12700
Browse files Browse the repository at this point in the history
Also: bow to check-typo.
  • Loading branch information
xavierleroy committed Oct 31, 2023
1 parent 0ae9045 commit d3f15b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ Working version
`CAMLprim`, or remove them entirely if no longer used.
(Xavier Leroy, review by David Allsopp)

- #12700, continuing #11763 and trying to address #12660:
Use the correct types for primitives when generating the table of primitives
used by ocamlrun.
(Xavier Leroy, motivation, review and improvements by Antonin Décimo)

### Code generation and optimizations:

Expand Down
1 change: 0 additions & 1 deletion runtime/gen_primsc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,3 @@ echo
echo 'const char * const caml_names_of_builtin_cprim[] = {'
sed -e 's/.*/ "&",/' "$primitives"
echo ' 0 };'

0 comments on commit d3f15b1

Please sign in to comment.