summaryrefslogtreecommitdiffstats
path: root/byterun/mlvalues.h
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/mlvalues.h')
-rw-r--r--byterun/mlvalues.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/mlvalues.h b/byterun/mlvalues.h
index d6263aefc..d76c1f1df 100644
--- a/byterun/mlvalues.h
+++ b/byterun/mlvalues.h
@@ -203,7 +203,7 @@ CAMLextern value caml_get_public_method (value obj, value tag);
#define Lazy_tag 246
/* Another special case: variants */
-CAMLextern value caml_hash_variant(char * tag);
+CAMLextern value caml_hash_variant(char const * tag);
/* 2- If tag >= No_scan_tag : a sequence of bytes. */