summaryrefslogtreecommitdiffstats
path: root/bytecomp/lambda.ml
diff options
context:
space:
mode:
Diffstat (limited to 'bytecomp/lambda.ml')
-rw-r--r--bytecomp/lambda.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/bytecomp/lambda.ml b/bytecomp/lambda.ml
index 231962121..64b14e3ac 100644
--- a/bytecomp/lambda.ml
+++ b/bytecomp/lambda.ml
@@ -17,6 +17,7 @@ open Asttypes
type primitive =
Pidentity
+ | Pignore
(* Globals *)
| Pgetglobal of Ident.t
| Psetglobal of Ident.t