summaryrefslogtreecommitdiff
path: root/bytecomp/lambda.ml
diff options
context:
space:
mode:
authorAlain Frisch <alain@frisch.fr>2013-10-14 13:52:14 +0000
committerAlain Frisch <alain@frisch.fr>2013-10-14 13:52:14 +0000
commit0915cb5b5fda36055142c3f662e8e40f4c91db5a (patch)
tree62fbdcbb7941c8d718230426c9e461d250d01fd6 /bytecomp/lambda.ml
parentc4513e101195701e58d987d8cc7678192758b6a2 (diff)
downloadocaml-0915cb5b5fda36055142c3f662e8e40f4c91db5a.tar.gz
Rename raise_nostack -> raise_notrace. Expose it in Pervasives.
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/raise_variants@14225 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'bytecomp/lambda.ml')
-rw-r--r--bytecomp/lambda.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bytecomp/lambda.ml b/bytecomp/lambda.ml
index 1626e5b288..4ae90c7420 100644
--- a/bytecomp/lambda.ml
+++ b/bytecomp/lambda.ml
@@ -140,7 +140,7 @@ and bigarray_layout =
and raise_kind =
| Raise_regular
| Raise_reraise
- | Raise_nostack
+ | Raise_notrace
type structured_constant =
Const_base of constant