Skip to content

Commit

Permalink
GPR#190: typo in pervasives
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/version/4.02@16151 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
Damien Doligez committed Jun 3, 2015
1 parent 1c5c6d7 commit 9073f1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ Bug fixes:
(Adrien Nader)
- GPR#143: fix getsockopt behaviour for boolean socket options
(Anil Madhavapeddy and Andrew Ray)
- GPR#190: typo in pervasives
(Guillaume Bury)
- Misplaced assertion in major_gc.c for no-naked-pointers mode
(Stephen Dolan, Mark Shinwell)

Expand Down
2 changes: 1 addition & 1 deletion stdlib/pervasives.mli
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ external __LINE_OF__ : 'a -> int * 'a = "%loc_LINE"
@since 4.02.0
*)
external __POS_OF__ : 'a -> (string * int * int * int) * 'a = "%loc_POS"
(** [__POS_OF__ expr] returns a pair [(expr,loc)], where [loc] is a
(** [__POS_OF__ expr] returns a pair [(loc,expr)], where [loc] is a
tuple [(file,lnum,cnum,enum)] corresponding to the location at
which the expression [expr] appears in the file currently being
parsed by the compiler. [file] is the current filename, [lnum] the
Expand Down

0 comments on commit 9073f1b

Please sign in to comment.