Document that a dummy declaration is here to avoid a warning.

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12505 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Alain Frisch 2012-05-29 12:37:01 +00:00
parent dd6d8257c0
commit 1cc8f999d8
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ type loc_info =
* int (* end char *)
| Unknown_location of bool (*is_raise*)
(* to avoid warning *)
let _ = [Known_location (false, "", 0, 0, 0); Unknown_location false]
external get_exception_backtrace: