aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing/q_util.ml4
diff options
context:
space:
mode:
Diffstat (limited to 'parsing/q_util.ml4')
-rw-r--r--parsing/q_util.ml42
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/q_util.ml4 b/parsing/q_util.ml4
index 469449749..7b9037d92 100644
--- a/parsing/q_util.ml4
+++ b/parsing/q_util.ml4
@@ -20,7 +20,7 @@ let not_impl name x =
let desc =
if Obj.is_block (Obj.repr x) then
"tag = " ^ string_of_int (Obj.tag (Obj.repr x))
- else
+ else
"int_val = " ^ string_of_int (Obj.magic x)
in
failwith ("<Q_util." ^ name ^ ", not impl: " ^ desc)