summaryrefslogtreecommitdiff
path: root/byterun/alloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/alloc.h')
-rw-r--r--byterun/alloc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/byterun/alloc.h b/byterun/alloc.h
index e43af968ba..dba62a47a3 100644
--- a/byterun/alloc.h
+++ b/byterun/alloc.h
@@ -28,6 +28,7 @@ value copy_string_array (char **);
value copy_double (double);
value copy_int32 (int32); /* defined in [ints.c] */
value copy_int64 (int64); /* defined in [ints.c] */
+value copy_nativeint (long); /* defined in [ints.c] */
value alloc_array (value (*funct) (char *), char ** array);
typedef void (*final_fun)(value);