Skip to content

Commit 3623520

Browse files
author
Hongbo Zhang
committed
pass nested module information
1 parent 82576d3 commit 3623520

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

bytecomp/lambda.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ let rec transl_normal_path = function
496496
Pident id ->
497497
if Ident.global id then Lprim(Pgetglobal id, []) else Lvar id
498498
| Pdot(p, s, pos) ->
499-
Lprim(Pfield (pos, Fld_na (* TODO *)), [transl_normal_path p])
499+
Lprim(Pfield (pos, Fld_module s ), [transl_normal_path p])
500500
| Papply(p1, p2) ->
501501
fatal_error "Lambda.transl_path"
502502

stdlib/target_camlheader

Lines changed: 0 additions & 1 deletion
This file was deleted.

stdlib/target_camlheaderd

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)