diff options
Diffstat (limited to 'otherlibs')
-rw-r--r-- | otherlibs/labltk/browser/.ignore | 1 | ||||
-rw-r--r-- | otherlibs/labltk/browser/searchpos.ml | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/otherlibs/labltk/browser/.ignore b/otherlibs/labltk/browser/.ignore index 8ced21de2..8d7632f46 100644 --- a/otherlibs/labltk/browser/.ignore +++ b/otherlibs/labltk/browser/.ignore @@ -1,2 +1,3 @@ ocamlbrowser dummy.mli +help.ml diff --git a/otherlibs/labltk/browser/searchpos.ml b/otherlibs/labltk/browser/searchpos.ml index 4332bedd2..f6fb50051 100644 --- a/otherlibs/labltk/browser/searchpos.ml +++ b/otherlibs/labltk/browser/searchpos.ml @@ -495,7 +495,8 @@ and view_expr_type ?title ?path ?env ?(name="noname") t = | Some path -> parent_path path, ident_of_path path ~default:name in view_signature ~title ?path ?env - [Tsig_value (id, {val_type = t; val_kind = Val_reg})] + [Tsig_value (id, {val_type = t; val_kind = Val_reg; + val_loc = Location.none})] and view_decl lid ~kind ~env = match kind with |