Skip to content

Commit

Permalink
flambda-backend: Fix Unbound module Stdlib__Nativeint_u (#2359)
Browse files Browse the repository at this point in the history
Building `make world.opt` in `ocaml/` would fail due to an unbound module Stdlib__Nativeint_u
  • Loading branch information
poechsel authored Mar 25, 2024
1 parent 978b51a commit e52abba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stdlib/StdlibModules
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ STDLIB_MODULE_BASENAMES = \
float_u \
int32 \
int32_u \
int64 \
int64_u \
nativeint \
nativeint_u \
int64 \
int64_u \
lexing \
parsing \
set \
Expand Down

0 comments on commit e52abba

Please sign in to comment.