diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2008-03-14 13:47:24 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2008-03-14 13:47:24 +0000 |
commit | 640b24249d8e284905f3db44899ffc06e006f028 (patch) | |
tree | b1ae2ecf2ff3caba70f468f8183d60b5cead0f2c /byterun/Makefile.common | |
parent | d7a40d56050939c28cedf61fdddbb495c5e60500 (diff) | |
download | ocaml-640b24249d8e284905f3db44899ffc06e006f028.tar.gz |
Ability to print and capture exception backtraces (see stdlib module Printexc)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@8839 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/Makefile.common')
-rwxr-xr-x | byterun/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/Makefile.common b/byterun/Makefile.common index 2a8d360ff6..ac6391f765 100755 --- a/byterun/Makefile.common +++ b/byterun/Makefile.common @@ -30,7 +30,7 @@ PRIMS=\ alloc.c array.c compare.c extern.c floats.c gc_ctrl.c hash.c \ intern.c interp.c ints.c io.c lexing.c md5.c meta.c obj.c parsing.c \ signals.c str.c sys.c terminfo.c callback.c weak.c finalise.c stacks.c \ - dynlink.c + dynlink.c backtrace.c PUBLIC_INCLUDES=\ alloc.h callback.h config.h custom.h fail.h intext.h \ |