From d1f65097c48afe6d869949cc5ede76a8b14401a9 Mon Sep 17 00:00:00 2001 From: Ginger Bill Date: Tue, 14 Feb 2017 15:19:29 +0000 Subject: Fix immutable rules; add some general documentation immutable is still a little weird and not completely what you'd expect. Maybe just not having it is better. --- src/common.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/common.c') diff --git a/src/common.c b/src/common.c index f09282b5a..2c40e22ed 100644 --- a/src/common.c +++ b/src/common.c @@ -131,6 +131,9 @@ i16 f32_to_f16(f32 value) { // //////////////////////////////////////////////////////////////// +typedef Array(i32) Array_i32; +typedef Array(isize) Array_isize; + #define MAP_TYPE String #define MAP_PROC map_string_ -- cgit v1.2.3